Class: GpxTrack

GpxTrack

Holds an instance of a gpx track

new GpxTrack(segments, name)

Constructs a gpx track.
Parameters:
Name Type Description
segments object[] The segments of the track
name String The name of the Track
Source:

Methods

length()

Calculates the total length of all the segments within the track
Source:

segment()

Gets a segment of the track.
Source: