cesium-native 0.43.0
|
Styles of Bing Maps overlays. More...
#include <CesiumRasterOverlays/BingMapsRasterOverlay.h>
Static Public Attributes | |
static const std::string | AERIAL |
Aerial imagery. | |
static const std::string | AERIAL_WITH_LABELS |
Aerial imagery with a road overlay. | |
static const std::string | AERIAL_WITH_LABELS_ON_DEMAND |
Aerial imagery with a road overlay. | |
static const std::string | ROAD |
Roads without additional imagery. | |
static const std::string | ROAD_ON_DEMAND |
Roads without additional imagery. | |
static const std::string | CANVAS_DARK |
A dark version of the road maps. | |
static const std::string | CANVAS_LIGHT |
A lighter version of the road maps. | |
static const std::string | CANVAS_GRAY |
A grayscale version of the road maps. | |
static const std::string | ORDNANCE_SURVEY |
Ordnance Survey imagery. | |
static const std::string | COLLINS_BART |
Collins Bart imagery. | |
Styles of Bing Maps overlays.
Constants that can be passed to a BingMapsRasterOverlay
to indicate the overlays that should be painted.
Definition at line 20 of file BingMapsRasterOverlay.h.
|
static |
Aerial imagery.
Definition at line 24 of file BingMapsRasterOverlay.h.
|
static |
Aerial imagery with a road overlay.
BingMapsStyle.AERIAL_WITH_LABELS_ON_DEMAND
instead Definition at line 31 of file BingMapsRasterOverlay.h.
|
static |
Aerial imagery with a road overlay.
Definition at line 36 of file BingMapsRasterOverlay.h.
|
static |
A dark version of the road maps.
Definition at line 53 of file BingMapsRasterOverlay.h.
|
static |
A grayscale version of the road maps.
Definition at line 63 of file BingMapsRasterOverlay.h.
|
static |
A lighter version of the road maps.
Definition at line 58 of file BingMapsRasterOverlay.h.
|
static |
Collins Bart imagery.
Definition at line 75 of file BingMapsRasterOverlay.h.
|
static |
Ordnance Survey imagery.
This imagery is visible only for the London, UK area.
Definition at line 70 of file BingMapsRasterOverlay.h.
|
static |
Roads without additional imagery.
BingMapsStyle.ROAD_ON_DEMAND
instead Definition at line 43 of file BingMapsRasterOverlay.h.
|
static |
Roads without additional imagery.
Definition at line 48 of file BingMapsRasterOverlay.h.