Package-level declarations
Types
Represents the root element of a GPX file.
Represents an email address, broken into two parts.
Represents metadata about the GPX file. This information is about the file itself, not the data within it.
Represents a route - an ordered list of waypoints representing a series of turn points leading to a destination.
Represents a GPX track (trk element), an ordered list of points describing a path.
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.
Represents a waypoint, point of interest, or named feature on a map. This corresponds to the wptType in the GPX 1.1 schema.
Functions
Converts a list of Waypoint objects into a GeoJSON FeatureCollection.
Converts this Route to a GeoJSON Feature with a GeometryCollection of Points.
Converts this TrackSegment into a GeoJSON Feature.