Options
All
  • Public
  • Public/Protected
  • All
Menu

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.

Access by calling const {GeocoderLocationType} = await google.maps.importLibrary("geocoding"). See https://developers.google.com/maps/documentation/javascript/libraries.

Index

Enumeration Members

APPROXIMATE: "APPROXIMATE"

The returned result is approximate.

GEOMETRIC_CENTER: "GEOMETRIC_CENTER"

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

RANGE_INTERPOLATED: "RANGE_INTERPOLATED"

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.

ROOFTOP: "ROOFTOP"

The returned result reflects a precise geocode.

Generated using TypeDoc