@JsType(isNative=true,
        namespace="Cesium",
        name="BingMapsStyle")
public class BingMapsStyle
extends Object
| Modifier and Type | Method and Description | 
|---|---|
static String | 
AERIAL_WITH_LABELS_ON_DEMAND()
Aerial imagery with a road overlay. 
 | 
static String | 
AERIAL_WITH_LABELS()
Deprecated. 
 
See https://github.com/AnalyticalGraphicsInc/cesium/issues/7128. Use `BingMapsStyle.AERIAL_WITH_LABELS_ON_DEMAND` instead 
 | 
static String | 
AERIAL()
Aerial imagery. 
 | 
static String | 
CANVAS_DARK()
A dark version of the road maps. 
 | 
static String | 
CANVAS_GRAY()
A grayscale version of the road maps. 
 | 
static String | 
CANVAS_LIGHT()
A lighter version of the road maps. 
 | 
static String | 
COLLINS_BART()
Collins Bart imagery. 
 | 
static String | 
ORDNANCE_SURVEY()
Ordnance Survey imagery 
 | 
static String | 
ROAD_ON_DEMAND()
Roads without additional imagery. 
 | 
static String | 
ROAD()
Deprecated. 
 
See https://github.com/AnalyticalGraphicsInc/cesium/issues/7128. Use `BingMapsStyle.ROAD_ON_DEMAND` instead 
 | 
@JsProperty(name="AERIAL") public static String AERIAL()
@Deprecated @JsProperty(name="AERIAL_WITH_LABELS") public static String AERIAL_WITH_LABELS()
@JsProperty(name="AERIAL_WITH_LABELS_ON_DEMAND") public static String AERIAL_WITH_LABELS_ON_DEMAND()
@JsProperty(name="CANVAS_DARK") public static String CANVAS_DARK()
@JsProperty(name="CANVAS_GRAY") public static String CANVAS_GRAY()
@JsProperty(name="CANVAS_LIGHT") public static String CANVAS_LIGHT()
@Deprecated @JsProperty(name="ROAD") public static String ROAD()
@JsProperty(name="ROAD_ON_DEMAND") public static String ROAD_ON_DEMAND()
@JsProperty(name="ORDNANCE_SURVEY") public static String ORDNANCE_SURVEY()
@JsProperty(name="COLLINS_BART") public static String COLLINS_BART()
Copyright © 2019. All rights reserved.