LocationType

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

Link copied to clipboard
@SerializedName(value = "ROOFTOP")
Rooftop
Link copied to clipboard
@SerializedName(value = "RANGE_INTERPOLATED")
RangeInterpolated
Link copied to clipboard
@SerializedName(value = "GEOMETRIC_CENTER")
GeometricCenter
Link copied to clipboard
@SerializedName(value = "APPROXIMATE")
Approximate
Link copied to clipboard
@SerializedName(value = "POSTAL_CODE")
PostalCode
Link copied to clipboard
@SerializedName(value = "DISTRICT")
District

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard

Functions

Link copied to clipboard

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.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.