The returned result is approximate.
The returned result is the geometric center of a result such a line (e.g. street) or polygon (region).
The returned result reflects an approximation (usually on a road) interpolated between two precise points (such as intersections). Interpolated results are generally returned when rooftop geocodes are unavailable for a street address.
The returned result reflects a precise geocode.
Generated using TypeDoc
Describes the type of location returned from a geocode. Specify these by value, or by using the constant's name. For example,
'ROOFTOP'
orgoogle.maps.GeocoderLocationType.ROOFTOP
.Access by calling
const {GeocoderLocationType} = await google.maps.importLibrary("geocoding")
. See https://developers.google.com/maps/documentation/javascript/libraries.