Oh wow, perfect information. Exactly what i needed to know. Thank you so much! =D it also explains a few other problems i've had in the past creating JavaScript scripts =)
On Dec 17, 2:16 pm, Rossko <[email protected]> wrote: > > for example, if i place this: > > geo(); > > alert("done"); > > i get an alert even before the map gets initialized on my screen, > > Yes. > > > yet > > it should wait until all the markers are loaded before giving me that > > alert, but it doesn`t. > > No it shouldn't. This is not serial > processing.http://econym.org.uk/gmap/async.htm -- 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.
