BingMapsLayer

constructor(portal: Portal, style: BingMapsLayerStyle)

Creates a Bing maps layer with the given style and the Bing Maps API Key given by the specified portal.

Since

200.1.0

Parameters

portal

A portal that provides a Bing Maps API key.

style

The type of Bing maps layer such as aerial or road.

See also


constructor(bingMapsKey: String, style: BingMapsLayerStyle)

Creates a Bing maps layer with the given style and Bing Maps API Key.

Since

200.1.0

Parameters

bingMapsKey

The Bing Maps API key.

style

The type of Bing maps layer.