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
Aerial imagery.
-
Default Value:
Aerial
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
Aerial imagery with a road overlay.
-
Default Value:
AerialWithLabelsOnDemand
A dark version of the road maps.
-
Default Value:
CanvasDark
A grayscale version of the road maps.
-
Default Value:
CanvasGray
A lighter version of the road maps.
-
Default Value:
CanvasLight
Collins Bart imagery.
-
Default Value:
CollinsBart
Ordnance Survey imagery. This imagery is visible only for the London, UK area.
-
Default Value:
OrdnanceSurvey
Roads without additional imagery.
Deprecated: See https://github.com/CesiumGS/cesium/issues/7128. Use `BingMapsStyle.ROAD_ON_DEMAND` instead
Default Value:Road
Roads without additional imagery.
-
Default Value:
RoadOnDemand