Skip to content
Guides API

DistanceMeasurementProps

DistanceMeasurementProps = object

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

endLocation: PointGeometry

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

End point of the measurement.


optional onMeasurementChange?: (measurement) => void

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

Called as the measured distances change.

DistanceMeasurementResult

void


startLocation: PointGeometry

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

Start point of the measurement.