Constructor KmlMultiTrack
KmlMultiTrack(IEnumerable<KmlTrack>, Boolean)
Initializes a new instance of the KmlMultiTrack class from a list of KmlTrack objects and a boolean indicating whether the multi-track interpolates the time periods between tracks.
Declaration
public KmlMultiTrack(IEnumerable<KmlTrack> tracks, bool isInterpolated = false)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.IEnumerable<KmlTrack> | tracks | The tracks that make up the multi-track. |
| System.Boolean | isInterpolated | Whether or not the multi-track interpolates the time periods between tracks. Default is |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 200.6 - 200.8 |
| .NET | 200.6 - 200.8 |
| .NET Windows | 200.6 - 200.8 |
| .NET Android | 200.6 - 200.8 |
| .NET iOS | 200.6 - 200.8 |
| .NET Framework | 200.6 - 200.8 |
| UWP | 200.6 - 200.8 |