KmlMultiTrack

constructor(tracks: Iterable<KmlTrack>, isInterpolated: Boolean = false)

Creates a KmlMultiTrack from an array of KmlTrack objects and a boolean indicating whether the multi-track interpolates the time periods between tracks.

Since

200.6.0

Parameters

tracks

The tracks that make up the multi-track.

isInterpolated

Whether or not the multi-track interpolates the time periods between tracks. Default is false.