KmlTrackElement

An individual element of a KML track object.

Since

200.6.0

Constructors

Link copied to clipboard
constructor(instant: Instant, coordinate: Point?, angle: KmlOrientation?)

Creates a KmlTrackElement from a time instant, and optional coordinate and angle.

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The time instant at this point in the track.

Link copied to clipboard

True if the angle was interpolated, false if a concrete value was provided.

Link copied to clipboard

True if the coordinate was interpolated, false if a concrete value was provided.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int