On 6 December 2011 22:53, waldo22 <[email protected]> wrote: > Sometime in the last 6-8 weeks, the Geocoder started returning a status code > of "OK" instead of "ZERO_RESULTS" for non-existent addresses. > > ZERO_RESULTS is the expected response for non-existent addresses as > documented here: > http://code.google.com/apis/maps/documentation/javascript/services.html#GeocodingStatusCodes
I haven't done much with this, but there are other results fields returned: http://code.google.com/apis/maps/documentation/javascript/services.html#GeocodingResults Do types and location_type help to determine what the geocoder is telling you? I guess for a real address you would get either ROOFTOP or RANGE_INTERPOLATED, and if it was limited to a city centre you wouldn't get those. I think ZERO_RESULTS will be the response where the geocoder gives up completely. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
