On Sat, Nov 1, 2008 at 2:10 PM, tunerGeek <[EMAIL PROTECTED]> wrote: > > It's also far better for Google resources as well as for your page's > performance to geocode once at the same time that you insert the > address to the database. Save the latlng. Geocoding is throttled such > that you can only do one geocode every 1.7-something seconds.
That limit is old. The limit is now 15,000 request per IP per 24 hours. You can spread that evenly - in which case its 5.76seconds. Or you can go quicker than that - the best advice is go at your own speed, but watch for getting flagged as going too quick in which, should add a pause, and then try again. > If you > geocode 10 addresses, you'll add 17 seconds to your page load time. > Paul > > On Oct 31, 8:00 am, "warden [Andrew Leach - Maps API Guru]" > <[EMAIL PROTECTED]> wrote: >> On Oct 31, 12:50 pm, DIX <[EMAIL PROTECTED]> wrote: >> >> > How do I call the information from the database, and insert >> > it into the google map controls? >> >> This is a server-side issue, I think, not related to the client-side >> API. Most systems use MySQL and PHP rather than Access and ASP, >> because of cost; but the principles of getting data out of a database >> and into the client are the same whatever the back-end actually uses. >> >> Have a look >> athttp://groups.google.com/group/Google-Maps-API/web/using-databases-wi... >> and see if there is something there which addresses your issue. >> >> Andrew > > > -- Barry - www.nearby.org.uk - www.geograph.org.uk - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
