QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
QGCMapUrlEngine.h File Reference
#include "QGCTileSet.h"
#include <QtCore/QObject>
#include <QtCore/QByteArrayView>
#include <QtCore/QStringView>
+ Include dependency graph for QGCMapUrlEngine.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UrlFactory
 

Typedefs

typedef std::shared_ptr< const MapProviderSharedMapProvider
 
typedef std::shared_ptr< const ElevationProviderSharedElevationProvider
 

Typedef Documentation

◆ SharedElevationProvider

typedef std::shared_ptr<const ElevationProvider> SharedElevationProvider

Definition at line 50 of file QGCMapUrlEngine.h.

◆ SharedMapProvider

typedef std::shared_ptr<const MapProvider> SharedMapProvider

Definition at line 49 of file QGCMapUrlEngine.h.