GeocodeLocation Object

Represents a geocode location object.

Properties

Name Type Description
latitude number The latitude value of the location.
longitude number The longitude value of the location.
name string The name of this geocode location match.
precision string The precision of this geocode location match. Possible values:

  • Interpolated - The geocode result was matched to a point on a road using interpolation.
  • InterpolatedOffset - The geocode result was matched to a point on a road using interpolation with an additional offset to shift the Location to the side of the street.
  • Parcel - The geocode result was matched to the center of a parcel.
  • Rooftop - The geocode result was matched to the rooftop of a building.