Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 1.02 KB

GeocoderLocationType.md

File metadata and controls

26 lines (14 loc) · 1.02 KB

See html formatted version

GeocoderLocationType constants

google.maps.GeocoderLocationType constants

Describes the type of location returned from a geocode. Specify these by value, or by using the constant's name. For example, 'ROOFTOP' or google.maps.GeocoderLocationType.ROOFTOP.

Constants

undefined

The returned result is approximate.

undefined

The returned result is the geometric center of a result such a line (e.g. street) or polygon (region).

undefined

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.

undefined

The returned result reflects a precise geocode.