KmlTrackElement

constructor(instant: Instant, coordinate: Point?, angle: KmlOrientation?)

Creates a KmlTrackElement from a time instant, and optional coordinate and angle. Coordinates will automatically be re-projected to WGS84 if they are not already.

Since

200.6.0

Parameters

instant

The time instant at this point in the track.

coordinate

The coordinate at this point in the track. Null values will be interpolated upon track creation.

angle

The angle at this point in the track. Null values will be interpolated upon track creation.