> Is my marker array not yet populated and if not where should I move my
> markerclusterer create to?

GDownloadUrl is asynchronous, see
   http://econym.org.uk/gmap/async.htm

The work flow could be something like -
XML request A fired
XML request B fired
XML request C fired
MarkerMager called on empty array
.... long wait here ...
XML data B returns and is processed
.... wait some more ...
XML data A returns and is processed
During that processing, XML data C returns and is processed partly at
the same time

The simplest approach would be to call MarkerManager at end of each
XML-processing function.

--

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