Kml Track
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.
altitude Mode
Determines how altitude values are interpreted.
is Extruded
True if the track is extruded, false otherwise.
is Tessellated
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.