BingMapsStyle

The types of imagery provided by Bing Maps.
Properties:
Name Type Description
AERIAL String Aerial imagery.
AERIAL_WITH_LABELS String Aerial imagery with a road overlay.
AERIAL_WITH_LABELS_ON_DEMAND String Aerial imagery with a road overlay.
ROAD String Roads without additional imagery.
ROAD_ON_DEMAND String Roads without additional imagery.
CANVAS_DARK String A dark version of the road maps.
CANVAS_LIGHT String A lighter version of the road maps.
CANVAS_GRAY String A grayscale version of the road maps.
ORDNANCE_SURVEY String Ordnance Survey imagery. This imagery is visible only for the London, UK area.
COLLINS_BART String Collins Bart imagery.
See:

Members

static constant Cesium.BingMapsStyle.AERIAL : String

Aerial imagery.
Default Value: Aerial

static constant deprecated Cesium.BingMapsStyle.AERIAL_WITH_LABELS : String

Aerial imagery with a road overlay.

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

Default Value: AerialWithLabels

static constant Cesium.BingMapsStyle.AERIAL_WITH_LABELS_ON_DEMAND : String

Aerial imagery with a road overlay.
Default Value: AerialWithLabelsOnDemand

static constant Cesium.BingMapsStyle.CANVAS_DARK : String

A dark version of the road maps.
Default Value: CanvasDark

static constant Cesium.BingMapsStyle.CANVAS_GRAY : String

A grayscale version of the road maps.
Default Value: CanvasGray

static constant Cesium.BingMapsStyle.CANVAS_LIGHT : String

A lighter version of the road maps.
Default Value: CanvasLight

static constant Cesium.BingMapsStyle.COLLINS_BART : String

Collins Bart imagery.
Default Value: CollinsBart

static constant Cesium.BingMapsStyle.ORDNANCE_SURVEY : String

Ordnance Survey imagery. This imagery is visible only for the London, UK area.
Default Value: OrdnanceSurvey

static constant deprecated Cesium.BingMapsStyle.ROAD : String

Roads without additional imagery.

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

Default Value: Road

static constant Cesium.BingMapsStyle.ROAD_ON_DEMAND : String

Roads without additional imagery.
Default Value: RoadOnDemand