ahhh, (big bulb going on in my head), That does indeed explain it. Thanks guys,
I had read that is was asynchronous but hadn't really thought it through. I feel quite relieved knowing why it was behaving erratically as it was. Oli On May 6, 6:54 pm, Rossko <[email protected]> wrote: > > have no idea why the markermanager actions didn't always work after > > the scope of the GDownloadUrl, but now the markers are consistently > > showing. > > GDownloadUrl is aysnchronous > http://econym.org.uk/gmap/async.htm > This means that code "after" it may be executed long before the data > has actually returned and been processed by the callback function. > > cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
