It might be because you haven't yet grasped how to deal with asynchronous functions.
Google's geocoder does not necessarily return results in the order you requested them, you need to keep track of which response goes with which request. Using a fixed delay to try to overcome asynchronous activity is bad practice too, it might look like it "works" but it may not next week. Unless you make the delay unacceptably big ... Did you look at the tutorial suggested earlier? ''See Mike Williams' tutorial for his explanation of the problem: Part 17 Geocoding multiple addresses http://econym.org.uk/gmap/geomulti.htm " That's all wild guesses in the absence of a link as requested by posting guidelines. Don't post code, few will look at it. Bite the bullet and find a proper temporary home for it. You're making it difficult for yourself by cutting off help. 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 -~----------~----~----~----~------~----~------~--~---
