Skip to content
Guides API

DistanceMeasurementProps

DistanceMeasurementProps = object

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

endLocation: PointGeometry

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

End point of the measurement.


optional onMeasurementChange?: (measurement) => void

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

Called as the measured distances change.

DistanceMeasurementResult

void


startLocation: PointGeometry

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

Start point of the measurement.