Class | Description |
---|---|
Gpx |
This is the top level GPX class with SimpleXML annotations to support serialization GPX gpxType
GPX is the root element in the XML file.
|
GpxBase |
GPX base type
|
GpxRoute |
GPX rteType rte represents route - an ordered list of waypoints representing a series of turn
points leading to a destination.
|
GpxTrack |
GPX trkType trk represents a track - an ordered list of points describing a path.
|
GpxTrackSegment |
GPX trksegType A Track Segment holds a list of Track Points which are logically connected in
order.
|
GpxWaypoint |
GPX wptType wpt represents a waypoint, point of interest, or named feature on a map.
|