|
cesium-native 0.53.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 18 of file BingMapsRasterOverlay.h.
|
static |
Aerial imagery.
Definition at line 22 of file BingMapsRasterOverlay.h.
|
static |
Aerial imagery with a road overlay.
BingMapsStyle.AERIAL_WITH_LABELS_ON_DEMAND instead Definition at line 29 of file BingMapsRasterOverlay.h.
|
static |
Aerial imagery with a road overlay.
Definition at line 34 of file BingMapsRasterOverlay.h.
|
static |
A dark version of the road maps.
Definition at line 51 of file BingMapsRasterOverlay.h.
|
static |
A grayscale version of the road maps.
Definition at line 61 of file BingMapsRasterOverlay.h.
|
static |
A lighter version of the road maps.
Definition at line 56 of file BingMapsRasterOverlay.h.
|
static |
Collins Bart imagery.
Definition at line 73 of file BingMapsRasterOverlay.h.
|
static |
Ordnance Survey imagery.
This imagery is visible only for the London, UK area.
Definition at line 68 of file BingMapsRasterOverlay.h.
|
static |
Roads without additional imagery.
BingMapsStyle.ROAD_ON_DEMAND instead Definition at line 41 of file BingMapsRasterOverlay.h.
|
static |
Roads without additional imagery.
Definition at line 46 of file BingMapsRasterOverlay.h.