Constructor KmlTrackElement
KmlTrackElement(DateTimeOffset, MapPoint, KmlOrientation)
Initializes a new instance of the KmlTrackElement class from a time instant, and optional coordinate and angle.
Declaration
public KmlTrackElement(DateTimeOffset when, MapPoint coordinate, KmlOrientation angle = null)
Parameters
Type | Name | Description |
---|---|---|
System.DateTimeOffset | when | The time instant at this point in the track. |
MapPoint | coordinate | The coordinate at this point in the track. |
KmlOrientation | angle | The angle at this point in the track.
|
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.6 |
.NET | 200.6 |
.NET Windows | 200.6 |
.NET Android | 200.6 |
.NET iOS | 200.6 |
.NET Framework | 200.6 |
UWP | 200.6 |