Appearance
KBE3D / KBCore / Cesium / BingMapsImageryProvider / ConstructorOptions
接口: ConstructorOptions
Initialization options for the BingMapsImageryProvider constructor
属性
key?
optionalkey:string
The Bing Maps key for your application, which can be created at https://www.bingmapsportal.com/.
tileProtocol?
optionaltileProtocol:string
The protocol to use when loading tiles, e.g. 'http' or 'https'. By default, tiles are loaded using the same protocol as the page.
mapStyle?
optionalmapStyle:BingMapsStyle
The type of Bing Maps imagery to load.
mapLayer?
optionalmapLayer:string
Additional display layer options as defined on https://learn.microsoft.com/en-us/bingmaps/rest-services/imagery/get-imagery-metadata#template-parameters
culture?
optionalculture:string
The culture to use when requesting Bing Maps imagery. Not all cultures are supported. See http://msdn.microsoft.com/en-us/library/hh441729.aspx for information on the supported cultures.
ellipsoid?
optionalellipsoid:Ellipsoid
The ellipsoid. If not specified, the default ellipsoid is used.
tileDiscardPolicy?
optionaltileDiscardPolicy:TileDiscardPolicy
The policy that determines if a tile is invalid and should be discarded. By default, a DiscardEmptyTileImagePolicy will be used, with the expectation that the Bing Maps server will send a zero-length response for missing tiles. To ensure that no tiles are discarded, construct and pass a NeverTileDiscardPolicy for this parameter.
