Skip to main content

Type Alias: MapSystemBuilderBingLayerOptions

MapSystemBuilderBingLayerOptions = object

Defined in: src/sdk/components/mapsystem/MapSystemBuilder.tsx:166

Configuration options for a Map System Bing layer.

Properties

bingDelay?

optional bingDelay: number

Defined in: src/sdk/components/mapsystem/MapSystemBuilder.tsx:171

The amount of time, in milliseconds, to delay binding the layer's Bing instance after the layer has been rendered. Defaults to 0.


bingSkipUnbindOnDestroy?

optional bingSkipUnbindOnDestroy: boolean

Defined in: src/sdk/components/mapsystem/MapSystemBuilder.tsx:174

Whether to skip unbinding the layer's bound Bing instance when the layer is destroyed. Defaults to false.


opacity?

optional opacity: number | Subscribable<number>

Defined in: src/sdk/components/mapsystem/MapSystemBuilder.tsx:177

The opacity to apply to the layer. If not defined, then no specific opacity will be set.