On Apr 24, 9:04 am, sundeep podugu <[email protected]> wrote: > Thanks Larry for the reply. > > Since it is still in developing stage, it doesnt exceed the 2500 > request limit but I think it might be the issue with rate limit in > the below link it states > > "In addition, the Web Service is rate-limited, so that requests > that come in too quickly result in blocking. Client-side geocoding > through the browser is rate limited per map session, so the > geocoding is distributed across all your users and scales with your > userbase. " > > Since its a third-party cms, we dont have option to store the > geocodes in database, so any other suggestions for me?
Not offhand. You know the problem. You know what resources you have available. You either need to change your design to not show more than about 10 maps (geocoded by address and wasting googles resources; the max number will depend on a lot of variables including some that you don't have control or insight into), or figure out some way to store the coordinates with the tools you have available. -- Larry > > Thanks, > Sundeep > > On Apr 23, 7:46 pm, "[email protected]" <[email protected]> > wrote: > > > > > > > > > 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.
