Class LocationDistanceMeasurement
An analysis object that evaluates direct, vertical, and horizontal distances between two points defined by start and end point locations.
Implements
Namespace: Esri.ArcGISRuntime.UI.GeoAnalysis
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class LocationDistanceMeasurement : Analysis, INotifyPropertyChangedRemarks
LocationDistanceMeasurement measures the distance between a start and an end location (each using MapPoint geometry). Three distance components are calculated:
- Direct distance - the direct distance between the start and end location
- Horizontal distance - the horizontal component of the direct distance
- Vertical distance - the vertical component of the direct distance
Constructors
| Name | Description | 
|---|---|
| LocationDistanceMeasurement() | Initializes a new instance of the LocationDistanceMeasurement class that defines a start and an end location using Point objects. | 
| LocationDistanceMeasurement(MapPoint, MapPoint) | Initializes a new instance of the LocationDistanceMeasurement class that defines a start and an end location using MapPoint coordinates. | 
Properties
| Name | Description | 
|---|---|
| DirectDistance | Gets the direct distance component of the LocationDistanceMeasurement. | 
| EndLocation | Gets or sets the end location of the LocationDistanceMeasurement. | 
| HorizontalDistance | Gets the horizontal distance component of the LocationDistanceMeasurement. | 
| StartLocation | Gets or sets the start location of the LocationDistanceMeasurement. | 
| UnitSystem | Gets or sets the start location of the LocationDistanceMeasurement. | 
| VerticalDistance | Gets the vertical distance component of the LocationDistanceMeasurement. | 
Events
| Name | Description | 
|---|---|
| MeasurementChanged | Raised when the measurement has changed. | 
Applies to
| Target | Versions | 
|---|---|
| .NET Standard 2.0 | 100.3 - 100.15 | 
| .NET 6.0 | 100.13 - 100.15 | 
| .NET 6.0 Windows | 100.13 - 100.15 | 
| .NET Framework | 100.3 - 100.15 | 
| .NET 5 | 100.10 - 100.12 | 
| .NET Core 3.1 | 100.7 - 100.12 | 
| Xamarin.Android | 100.3 - 100.15 | 
| Xamarin.iOS | 100.3 - 100.15 | 
| UWP | 100.3 - 100.15 |