TrackSegment

data class TrackSegment(val points: List<Waypoint>, val extensions: Element? = null)(source)

A Track Segment holds a list of Track Points which are logically connected in order. To represent a single GPS track where GPS reception was lost, or the GPS receiver was turned off, start a new Track Segment for each continuous span of track data.

See trksegType.

Constructors

Link copied to clipboard
constructor(points: List<Waypoint>, extensions: Element? = null)

Properties

Link copied to clipboard
val extensions: Element?

Extension schema elements.

Link copied to clipboard

A list of track points.

Functions

Link copied to clipboard