Hello! Does anyone know the accuracy (in meters, km, miles, whatever) of each location type returned in a Geocoding request?
google.maps.GeocoderLocationType.ROOFTOP (X meters accuracy range) google.maps.GeocoderLocationType.RANGE_INTERPOLATED (Y meters accuracy range) 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? 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.
