QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
QGCMapUrlEngine.h File Reference
#include <QtCore/QByteArrayView>
#include <QtCore/QList>
#include <QtCore/QString>
#include <QtCore/QStringList>
#include <QtCore/QStringView>
#include <QtCore/QUrl>
#include <memory>
#include "QGCTileSet.h"
+ 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 55 of file QGCMapUrlEngine.h.

◆ SharedMapProvider

typedef std::shared_ptr<const MapProvider> SharedMapProvider

Definition at line 54 of file QGCMapUrlEngine.h.