Skip to content

KBE3D / KBCore / Cesium / BingMapsImageryProvider / ConstructorOptions

接口: ConstructorOptions

Initialization options for the BingMapsImageryProvider constructor

属性

key?

optional key: string

The Bing Maps key for your application, which can be created at https://www.bingmapsportal.com/

.


tileProtocol?

optional tileProtocol: 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?

optional mapStyle: BingMapsStyle

The type of Bing Maps imagery to load.


mapLayer?

optional mapLayer: string

Additional display layer options as defined on https://learn.microsoft.com/en-us/bingmaps/rest-services/imagery/get-imagery-metadata#template-parameters


culture?

optional culture: 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?

optional ellipsoid: Ellipsoid

The ellipsoid. If not specified, the default ellipsoid is used.


tileDiscardPolicy?

optional tileDiscardPolicy: 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.

KBE3D @3.0.0 Copyright © 2024-present KBE3D