Options
All
  • Public
  • Public/Protected
  • All
Menu

Describes the type of location returned from a geocode.

see

Maps JavaScript API

Index

Enumeration members

APPROXIMATE

APPROXIMATE: = "APPROXIMATE"

The returned result is approximate.

see

Maps JavaScript API

GEOMETRIC_CENTER

GEOMETRIC_CENTER: = "GEOMETRIC_CENTER"

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

see

Maps JavaScript API

RANGE_INTERPOLATED

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.

see

Maps JavaScript API

ROOFTOP

ROOFTOP: = "ROOFTOP"

The returned result reflects a precise geocode.

see

Maps JavaScript API

Generated using TypeDoc