Wasn't it Drew who wrote:
>
>Mike -
>
>That's a great explanation for the problem. Thanks for explaining how
>this works.
>
>I may need to toil with the solution you suggested though. Could you
>mind to elaborate just slightly on "once it has successfully obtained
>the data" ? Are you suggesting I monitor for the completion of the XML
>response? How would I do this?

See the line where you wrote "return batch" that's where you have the 
complete data ready for processing. Process it there. Don't attempt to 
return it to the callback caller. Replace "return batch" with 
mgr.addMarkers(batch,zoom).

Remember to pass the "zoom" value to addMarkersFromXML().

-- 
http://econym.org.uk/gmap
The Blackpool Community Church Javascript Team


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to