Enroute Flight Navigation
A navigation app for VFR pilots
|
MapURL file support class. More...
#include <MapURL.h>
Public Member Functions | |
MapURL (const QString &urlName) | |
Constructor. | |
GeoMaps::Waypoint | waypoint () const |
Waypoints specified in the MapURL file. | |
![]() | |
bool | isValid () const |
Validity check. | |
QString | error () const |
Error string. | |
QStringList | warnings () const |
Warnings. | |
Additional Inherited Members | |
![]() | |
static QSharedPointer< QFile > | openFileURL (const QString &fileName) |
Open file, file URL or Android content URL. | |
MapURL file support class.
The methods of this class read MapURL waypoint files, as specified here: http://download.naviter.com/docs/MapURL-file-format-description.pdf
FileFormats::MapURL::MapURL | ( | const QString & | urlName | ) |
Constructor.
This method reads a URL and tries to extract geographic coordinates. The following URL types are currently supported:
urlName | URL |
|
inlinenodiscard |