View Source API Reference GPXEr v0.0.1

Modules

Implements high level functions for working with GPX files. The gpx struct is a wrapper around the gpx data and implements the Access behaviour. This means that you can use the Access/Kernel functions to access the data.

Implements the Access behaviour for GPX elements.
Implements get and put from GPX elements based on their schema. This module is an internal module and should in general not be used directly. Instead use the Access behaviour implemented by the `GPXEr.Element` module.