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

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.6 - 200.7
.NET200.6 - 200.7
.NET Windows200.6 - 200.7
.NET Android200.6 - 200.7
.NET iOS200.6 - 200.7
.NET Framework200.6 - 200.7
UWP200.6 - 200.7
In This Article
Back to top Copyright © 2022 Esri.