Trkseg class

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.

Constructors

Trkseg({List<Wpt>? trkpts, Map<String, String>? extensions})
Construct a new Trkseg object.

Properties

extensions Map<String, String>
You can add extend GPX by adding your own elements from another schema here.
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trkpts List<Wpt>
List of trak points. A Track Point holds the coordinates, elevation, timestamp, and metadata for a single point in a track.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override