On Nov 17, 2:49 am, Flashball <[EMAIL PROTECTED]> wrote: > Today, it's not working again! :) > > > Are you geocoding known addresses on the server every time the page > > loads? > > yes I do > > > You should only geocode an address once, save the coordinates in a > > database and use the coordinates from there, especially on the > > server. > > ok, but it's a little bit difficult than the actual solution... > > I don't understand why some adresses are well geocoded once, and not > the next day (?). Even if I use a DB, how can I be sure than the > geocoding will be the good one? Is the "620,0,0,0" coordonnates always > returned when the geocoding fails?
http://code.google.com/apis/maps/documentation/reference.html#GGeoStatusCode The "620" status means you are (or at least your server IP address is) querying the geocoder too fast... --Larry --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
