Location Distance Measurement
Creates a LocationDistanceMeasurement analysis object that defines a start and an end location using com.arcgismaps.geometry.Point objects. The LocationDistanceMeasurement analysis result is a distance measurement between the start and end locations with direct, horizontal, and vertical components.
Since
200.1.0
Parameters
start Location
A point that defines the start location of the measurement.
end Location
A point that defines the end location of the measurement.