Show / Hide Table of Contents

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
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. null values will be interpolated upon track creation.

Remarks

Coordinates will automatically be re-projected to WGS84 if they are not already.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.6 - 200.8
.NET200.6 - 300.0
.NET Windows200.6 - 300.0
.NET Android200.6 - 300.0
.NET iOS200.6 - 300.0
.NET Framework200.6 - 200.8
UWP200.6 - 200.8
In this article
Provide feedback
Back to top Copyright © 2025 Esri.