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