Expand description
1.1 Specification for the GPX format
Structs§
- GPX
- Represents the root GPX document.
- GPXBounds
- Defines the bounding box of the GPX data.
- GPXCopyright
- Defines copyright and license information.
- GPXEmail
- Represents an email address, split into ID and domain parts.
- GPXLink
- Represents a hyperlink with optional text and MIME type.
- GPXMetadata
- Contains metadata information about the GPX file.
- GPXPerson
- Defines a person or organization associated with the GPX file.
- GPXRoute
- Represents a route, which is an ordered list of waypoints leading to a destination.
- GPXTrack
- Represents a track, which is an ordered list of points describing a path.
- GPXTrack
Segment - Represents a track segment, which holds a list of track points logically connected in order.
- GPXWaypoint
- Represents a waypoint, point of interest, or named feature on a map.
Enums§
- GPXFix
Type - Enumeration of GPS fix types.