> > >But it still cries about markers not being defined. :/

And its quite right.
After var markers = ...
you have put })
That finishes off the anonymous callback function for the GDownloadUrl
().

The loop that uses markers is executed immediately after issuing the
GDownloadUrl(), long before the data gets back and long before markers
has actually been defined.

I expect you wanted the loop to be inside the callback 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