KmlTrack

constructor(elements: Iterable<KmlTrackElement>, altitudeMode: KmlAltitudeMode, isExtruded: Boolean = false, isTessellated: Boolean = false, model: KmlModel? = null)

Creates a KmlTrack from an array of KmlTrackElement using a specified altitude mode, extrusion, tessellation, and a KmlModel.

Since

200.6.0

Parameters

elements

The individual elements of the track.

altitudeMode

Determines how altitude values are interpreted.

isExtruded

True if the track is extruded, false otherwise.

isTessellated

True if the track is tessellated, false otherwise.

model

The optional model used to represent the track's current position. Its geometry will be ignored.