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. 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 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
