On Apr 23, 4:14 pm, sundeep podugu <[email protected]> wrote: > Hi, > > I have multiple maps on the page. I am able to load all the maps but > sometimes the maps are not loaded due to asynchronous method calling.
The problem is not "asynchronous method calling". You are running into quota/rate limits on the geocoding service. Store the coordinates in your database (or you CMS or whatever) and use them to display the markers. See this for more information on geocoding strategies: http://code.google.com/apis/maps/articles/geocodestrat.html -- Larry > I would like to know about having delay while calling the google maps. > Below is the url of the page: > > http://adrenalinepromotions.web6.hubspot.com/dealers/alabama-max-widt... > > If you are unable to browse the link, please let me know so that I can > post a small code snippet. > > Thanks, > Sundeep -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
