DistanceMeasurementProps
DistanceMeasurementProps =
object
Defined in: src/ExpoArcgis.types.ts:2025
Properties
Section titled “Properties”endLocation
Section titled “endLocation”endLocation:
PointGeometry
Defined in: src/ExpoArcgis.types.ts:2029
End point of the measurement.
onMeasurementChange?
Section titled “onMeasurementChange?”
optionalonMeasurementChange?: (measurement) =>void
Defined in: src/ExpoArcgis.types.ts:2031
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:2027
Start point of the measurement.