cesium-native
0.41.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. More... | |
static const std::string | AERIAL_WITH_LABELS_ON_DEMAND |
Aerial imagery with a road overlay. | |
static const std::string | ROAD |
Roads without additional imagery. More... | |
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. More... | |
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 with a road overlay.
BingMapsStyle.AERIAL_WITH_LABELS_ON_DEMAND
instead Definition at line 31 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.