The total distance of the track in kilometers.
The total elevation gain of the track in meters.
The total elevation loss of the track in meters.
An array of track points that make up the track.
The finishing location of the track.
The starting location of the track.
Gets the latitude, longitude, altitude, and index for a given distance location along the track.
The distance location along the track.
The latitude, longitude, and altitude at the specified location.
Reduces the density of track points based on the specified spacing and length.
The desired spacing between points (optional).
The desired length of the track (optional).
A new track with reduced point density.
Represents a track with various properties and methods to interact with it.