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