Class KmlTrackElement
An individual element of a KML track object.
Implements
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?) | Indicates whether the current object is equal to another object of the same type. |
| Equals(object?) | Determines whether the specified object is equal to the current object. |
| GetHashCode() | Serves as the default hash function. |
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 200.6 - 200.8 |
| .NET | 200.6 - 300.0 |
| .NET Windows | 200.6 - 300.0 |
| .NET Android | 200.6 - 300.0 |
| .NET iOS | 200.6 - 300.0 |
| .NET Framework | 200.6 - 200.8 |
| UWP | 200.6 - 200.8 |