Skip to content

DistanceMeasurementProps

DistanceMeasurementProps = object

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

endLocation: PointGeometry

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

End point of the measurement.


optional onMeasurementChange?: (measurement) => void

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

Called as the measured distances change.

DistanceMeasurementResult

void


startLocation: PointGeometry

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

Start point of the measurement.