Skip to content

ProximityResult

ProximityResult = object

Defined in: src/ExpoArcgis.types.ts:1201

Result of geometryEngine.nearestCoordinate / nearestVertex.

coordinate: PointGeometry

Defined in: src/ExpoArcgis.types.ts:1203

The nearest point on the geometry.


distance: number

Defined in: src/ExpoArcgis.types.ts:1205

Planar distance from the query point to coordinate.