cesium-native  0.41.0
CesiumRasterOverlays::BingMapsStyle Struct Referencefinal

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.
 

Detailed Description

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.

Member Data Documentation

◆ AERIAL_WITH_LABELS

const std::string CesiumRasterOverlays::BingMapsStyle::AERIAL_WITH_LABELS
static

Aerial imagery with a road overlay.

Deprecated:
See https://github.com/CesiumGS/cesium/issues/7128. Use BingMapsStyle.AERIAL_WITH_LABELS_ON_DEMAND instead

Definition at line 31 of file BingMapsRasterOverlay.h.

◆ ORDNANCE_SURVEY

const std::string CesiumRasterOverlays::BingMapsStyle::ORDNANCE_SURVEY
static

Ordnance Survey imagery.

This imagery is visible only for the London, UK area.

Definition at line 70 of file BingMapsRasterOverlay.h.

◆ ROAD

const std::string CesiumRasterOverlays::BingMapsStyle::ROAD
static

Roads without additional imagery.

Deprecated:
See https://github.com/CesiumGS/cesium/issues/7128. Use BingMapsStyle.ROAD_ON_DEMAND instead

Definition at line 43 of file BingMapsRasterOverlay.h.


The documentation for this struct was generated from the following file: