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.
|
Remarks
Coordinates will automatically be re-projected to WGS84 if they are not already.
Applies to
Platforms and versions
| 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 |