#include <BingMapProvider.h>
|
| bool | isBingProvider () const final |
| |
| | MapProvider (const QString &mapName, const QString &referrer, const QString &imageFormat, quint32 averageSize=QGC_AVERAGE_TILE_SIZE, QGeoMapType::MapStyle mapStyle=QGeoMapType::CustomMap) |
| |
| virtual | ~MapProvider () |
| |
| QUrl | getTileURL (int x, int y, int zoom) const |
| |
| QString | getImageFormat (QByteArrayView image) const |
| |
| quint32 | getAverageSize () const |
| |
| QGeoMapType::MapStyle | getMapStyle () const |
| |
| const QString & | getMapName () const |
| |
| int | getMapId () const |
| |
| const QString & | getReferrer () const |
| |
| virtual QByteArray | getToken () const |
| |
| virtual int | long2tileX (double lon, int z) const |
| |
| virtual int | lat2tileY (double lat, int z) const |
| |
| virtual double | tileX2long (int x, int z) const |
| |
| virtual double | tileY2lat (int y, int z) const |
| |
| virtual bool | isElevationProvider () const |
| |
| virtual QGCTileSet | getTileCount (int zoom, double topleftLon, double topleftLat, double bottomRightLon, double bottomRightLat) const |
| |
|
| | BingMapProvider (const QString &mapName, const QString &mapTypeCode, const QString &imageFormat, quint32 averageSize, QGeoMapType::MapStyle mapType) |
| |
| QString | _tileXYToQuadKey (int tileX, int tileY, int levelOfDetail) const |
| |
| int | _getServerNum (int x, int y, int max) const |
| |
Definition at line 8 of file BingMapProvider.h.
◆ BingMapProvider()
| BingMapProvider::BingMapProvider |
( |
const QString & |
mapName, |
|
|
const QString & |
mapTypeCode, |
|
|
const QString & |
imageFormat, |
|
|
quint32 |
averageSize, |
|
|
QGeoMapType::MapStyle |
mapType |
|
) |
| |
|
inlineprotected |
◆ isBingProvider()
| bool BingMapProvider::isBingProvider |
( |
| ) |
const |
|
inlinefinalvirtual |
The documentation for this class was generated from the following files: