Class GeodeticDistanceResult
Represents the result of DistanceGeodetic(MapPoint, MapPoint, LinearUnit, AngularUnit, GeodeticCurveType) operation.
Inheritance
System.Object
GeodeticDistanceResult
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Esri.ArcGISRuntime.Geometry
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class GeodeticDistanceResult
Properties
Name | Description |
---|---|
Azimuth1 | Gets the azimuth at the first point towards second point, measured in terms of AzimuthUnit. |
Azimuth2 | Gets the azimuth at the second point back towards first point, measured in terms of AzimuthUnit. |
AzimuthUnit | Gets the AngularUnit used to measure Azimuth1 and Azimuth2. |
Distance | Gets the geodetic distance between input points, measured in terms of DistanceUnit. |
DistanceUnit | Gets the LinearUnit used to measure Distance. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.0 - 200.5 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.5 |