> Can some one let me know where I am doing wrong or how to give some > delay to map all points in Map?
You're using multiple asynchronous geocoding by way of a fixed delay, which will fail sooner or later. You're not doing any error checking on possible failure reasons. Have a look at - http://www.econym.org.uk/gmap/geomulti.htm for starters. Or you might take a look at why you are gecoding at all - do the stores move around a lot? If not, considering geocoding them when you add each one to your database, and saving the lat/longs. That will allow adjustment of any incorrect ones, and save everybody geocoding all the stores every time they look at your webpage. 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 -~----------~----~----~----~------~----~------~--~---
