On Apr 23, 9:29 am, Craig <[email protected]> wrote: > > I thought I had read that the geocode service would return 602 if too > many requests are received. It seems I am wrong though, and it is > possibly 620 instead? If so, how is this 620 returned? Is it in the > XML status element or is it an HTTP status code?
It's not an HTTP status code. A successful response will always give an HTTP status of 200. That successful response will contain a (separate) geocoder status, either as the first field of CSV output, or in a Status element in JSON or XML. See the documentation: http://code.google.com/apis/maps/documentation/services.html#Geocoding 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 -~----------~----~----~----~------~----~------~--~---
