On Feb 22, 8:16 pm, "[email protected]" <[email protected]> wrote: > > What's wrong?
http://econym.org.uk/gmap/geomulti.htm http://econym.org.uk/gmap/geo.htm Never get the client to geocode addresses you already know about; and definitely never do them in a tight loop. You will end up with status 620 errors. The correct method is to geocode your addresses once and store the location in the database with each address. That way your results are consistent, it's a better user experience, there's less load on Google's servers and it doesn't matter if the geocoder data changes for the worse. 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 -~----------~----~----~----~------~----~------~--~---
