Class KmlMultiTrack
A KML multi-track object.
Implements
System.IEquatable<KmlGeometry>
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 KmlMultiTrack : KmlGeometry, IEquatable<KmlGeometry>
Constructors
| Name | Description |
|---|---|
| KmlMultiTrack(IEnumerable<KmlTrack>, Boolean) | Initializes a new instance of the KmlMultiTrack class from a list of KmlTrack objects and a boolean indicating whether the multi-track interpolates the time periods between tracks. |
Properties
| Name | Description |
|---|---|
| IsInterpolated | Gets a value indicating whether or not the multi-track interpolates the time periods between tracks. |
| Tracks | Gets a list of the individual tracks making up the multi-track. |
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 |