GPXTrack class abstract
Single track from the GPXDocument.
Can be used as an input to the LocationSimulator. Can be created and modified via GPXTrackWriter.
Constructors
- GPXTrack()
Properties
- description ↔ String
-
The value of the description of the element in the trkType.
Can be overridden by the user. If nothing was set before, defaults to an empty string.
Gets the value of the description of the element in the trkType. If nothing was set before, defaults to an empty string.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String
-
The value of the name of the element in the trkType.
Can be overridden by the user. If nothing was set before, defaults to an empty string.
Gets the value of the name of the element in the trkType. If nothing was set before, defaults to an empty string.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getLocations(
) → List< Location> - Provides a list of all stored track points converted to a Location object.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited