ProximityResult
ProximityResult =
object
Defined in: src/ExpoArcgis.types.ts:1201
Result of geometryEngine.nearestCoordinate / nearestVertex.
Properties
Section titled “Properties”coordinate
Section titled “coordinate”coordinate:
PointGeometry
Defined in: src/ExpoArcgis.types.ts:1203
The nearest point on the geometry.
distance
Section titled “distance”distance:
number
Defined in: src/ExpoArcgis.types.ts:1205
Planar distance from the query point to coordinate.