On May 21, 7:04 am, Jonatan <[email protected]> wrote: > Hello! > > Does anyone know the accuracy (in meters, km, miles, whatever) of each > location type returned in a Geocoding request?
I wouldn't think that would be available. > > google.maps.GeocoderLocationType.ROOFTOP (X meters accuracy range) > google.maps.GeocoderLocationType.RANGE_INTERPOLATED (Y meters > accuracy range) If they knew the correct location, it would be "rooftop" > google.maps.GeocoderLocationType.GEOMETRIC_CENTER (Z meters accuracy range) > google.maps.GeocoderLocationType.APPROXIMATE (A meters accuracy range) > > I'm developing an application where I need to validate the distance between > a location in the map (lat, lng) and the location (lat, lng) of a geocoding > result. > Can I use the viewport parameter to calculate this? You might be able to, but that isn't the purpose of the viewport parameter, so it probably wouldn't give consistent results. This group is for the deprecated Google Maps API V2, the group for V3 (the non-deprecated version) is: http://groups.google.com/group/google-maps-js-api-v3 -- Larry > > Thanks! -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
