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
Need help? The fastest way to get answers is from the community and team on the Cesium Forum.