GeocodePointsItemOutput interface
Properties
calculation |
The method that was used to compute the geocode point. |
geometry | A valid |
usage |
The best use for the geocode point.
Each geocode point is defined as a |
Property Details
calculationMethod
The method that was used to compute the geocode point.
calculationMethod?: "Interpolation" | "InterpolationOffset" | "Parcel" | "Rooftop"
Property Value
"Interpolation" | "InterpolationOffset" | "Parcel" | "Rooftop"
geometry
A valid GeoJSON Point
geometry type. Please refer to RFC 7946 for details.
geometry?: GeoJsonPointOutput
Property Value
usageTypes
The best use for the geocode point.
Each geocode point is defined as a Route
point, a Display
point or both.
Use Route
points if you are creating a route to the location. Use Display
points if you are showing the location on a map. For example, if the location is a park, a Route
point may specify an entrance to the park where you can enter with a car, and a Display
point may be a point that specifies the center of the park.
usageTypes?: ("Display" | "Route")[]
Property Value
("Display" | "Route")[]
Azure SDK for JavaScript