GPX file support class.
More...
#include <GPX.h>
GPX file support class.
The methods of this class read GPX waypoint files, as specified here:
Definition at line 33 of file GPX.h.
◆ isValid()
static bool GeoMaps::GPX::isValid |
( |
const QString & | fileName | ) |
|
|
static |
Check if file contains valid GPX data.
- Parameters
-
- Returns
- True if the file is likely to contain valid GPX data.
◆ read()
Read a GPX file.
This method reads a GPX file and generates a vector of waypoints.
- Parameters
-
fileName | Name of a CUP file |
- Returns
- QVector with waypoints. The vector is empty in case of an error.
The documentation for this class was generated from the following file:
- /home/runner/work/enroute/enroute/src/geomaps/GPX.h