Class KmlTrackElement
An individual element of a KML track object.
Inheritance
System.Object
KmlTrackElement
Implements
System.IEquatable<KmlTrackElement>
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Esri.ArcGISRuntime.Ogc
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class KmlTrackElement : IEquatable<KmlTrackElement>
Constructors
| Name | Description |
|---|---|
| KmlTrackElement(DateTimeOffset, MapPoint, KmlOrientation) | Initializes a new instance of the KmlTrackElement class from a time instant, and optional coordinate and angle. |
Properties
| Name | Description |
|---|---|
| Angle | Gets the angle at this point in the track. |
| Coordinate | Gets the coordinate at this point in the track. |
| IsAngleInterpolated | Gets a value indicating whether the angle was interpolated or provided. |
| IsCoordinateInterpolated | Gets a value indicating whether the coordinate was interpolated or provided. |
| When | Gets the time instant at this point in the track. |
Methods
| Name | Description |
|---|---|
| Equals(KmlTrackElement) | |
| Equals(Object) | |
| GetHashCode() |
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 200.6 - 200.8 |
| .NET | 200.6 - 200.8 |
| .NET Windows | 200.6 - 200.8 |
| .NET Android | 200.6 - 200.8 |
| .NET iOS | 200.6 - 200.8 |
| .NET Framework | 200.6 - 200.8 |
| UWP | 200.6 - 200.8 |