Location Type
Specifies additional data about the geocoded location. The following values are currently supported:
ROOFTOP
result is a precise geocode for which we have location information accurate down to street address precision.RANGE_INTERPOLATED
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.GEOMETRIC_CENTER
result is the geometric center of a result such as a polyline (for example, a street) or polygon (city, region, …).APPROXIMATE
result is approximate (usually when no other above value applies)POSTAL_CODE
Address has inherited from the location of the postal code it is part of (for NYB addresses)DISTRICT
Address has inherited from the location of the district it is part of (for NYB addresses)
Values: Rooftop, RangeInterpolated, GeometricCenter, Approximate, PostalCode, District
Entries
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.