ConstructorOptions
Initialization options for the BingMapsImageryProvider constructor
See also
Properties
Link copied to clipboard
The ellipsoid. If not specified, the default ellipsoid is used. Default value - Ellipsoid.default
Link copied to clipboard
The type of Bing Maps imagery to load. Default value - BingMapsStyle.AERIAL
Link copied to clipboard
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.
Link copied to clipboard
The protocol to use when loading tiles, e.g. 'http' or 'https'. By default, tiles are loaded using the same protocol as the page.