Gpx class

Inheritance
Annotations

Constructors

Gpx()

Properties

creator String
The name or URL of the software that created your GPX document. This allows others to inform the creator of a GPX instance document that fails to validate.
getter/setter pairinherited
extensions Map<String, String>
You can add extend GPX by adding your own elements from another schema here.
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
metadata Metadata?
Metadata about the file.
getter/setter pairinherited
polygons List<Polygon>
getter/setter pairinherited
rtes List<Rte>
A list of routes.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
styles List<GeoStyle>
getter/setter pairinherited
trks List<Trk>
A list of tracks.
getter/setter pairinherited
version String
Version number of your GPX document.
getter/setter pairinherited
wpts List<Wpt>
A list of waypoints.
getter/setter pairinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toGpxString({bool pretty = false}) String
inherited
toKmlString({bool pretty = false, AltitudeMode altitudeMode = AltitudeMode.absolute}) String
inherited
toString() String
A string representation of this object.
inherited

Operators

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