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, INotifyPropertyChanged
Remarks
LocationDistanceMeasurement measures the distance between a start and an end location (each using Map
- 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 |
---|---|
Location |
Initializes a new instance of the Location |
Location |
Initializes a new instance of the Location |
Properties
Name | Description |
---|---|
Direct |
Gets the direct distance component of the LocationDistanceMeasurement. |
End |
Gets or sets the end location of the LocationDistanceMeasurement. |
Horizontal |
Gets the horizontal distance component of the LocationDistanceMeasurement. |
Start |
Gets or sets the start location of the LocationDistanceMeasurement. |
Unit |
Gets or sets the start location of the LocationDistanceMeasurement. |
Vertical |
Gets the vertical distance component of the LocationDistanceMeasurement. |
Events
Name | Description |
---|---|
Measurement |
Raised when the measurement has changed. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.3 - 200.6 |
Xamarin.Android | 100.3 - 100.15 |
Xamarin.iOS | 100.3 - 100.15 |
UWP | 100.3 - 200.6 |