DistanceMeasurementProps
DistanceMeasurementProps =
object
Defined in: src/ExpoArcgis.types.ts:1524
Properties
Section titled “Properties”endLocation
Section titled “endLocation”endLocation:
PointGeometry
Defined in: src/ExpoArcgis.types.ts:1528
End point of the measurement.
onMeasurementChange?
Section titled “onMeasurementChange?”
optionalonMeasurementChange?: (measurement) =>void
Defined in: src/ExpoArcgis.types.ts:1530
Called as the measured distances change.
Parameters
Section titled “Parameters”measurement
Section titled “measurement”Returns
Section titled “Returns”void
startLocation
Section titled “startLocation”startLocation:
PointGeometry
Defined in: src/ExpoArcgis.types.ts:1526
Start point of the measurement.