@JsType(isNative=true, namespace="<global>", name="Object") public class BingMapsImageryProviderOptions extends Object
Modifier and Type | Field and Description |
---|---|
String |
culture
The culture to use when requesting Bing Maps imagery.
|
Ellipsoid |
ellipsoid
The ellipsoid.
|
String |
key
The Bing Maps key for your application, which can be created at https://www.bingmapsportal.com/.
|
String |
mapStyle
The type of Bing Maps imagery to load.
|
TileDiscardPolicy |
tileDiscardPolicy
The policy that determines if a tile is invalid and should be discarded.
|
String |
tileProtocol
The protocol to use when loading tiles, e.g.
|
String |
url
The url of the Bing Maps server hosting the imagery.
|
Constructor and Description |
---|
BingMapsImageryProviderOptions()
Options for
BingMapsImageryProvider |
@JsProperty public String url
@JsProperty public String key
@JsProperty public String tileProtocol
@JsProperty public String mapStyle
BingMapsStyle.AERIAL()
@JsProperty public String culture
@JsProperty public Ellipsoid ellipsoid
@JsProperty public TileDiscardPolicy tileDiscardPolicy
@JsConstructor public BingMapsImageryProviderOptions()
BingMapsImageryProvider
Copyright © 2019. All rights reserved.