Type Alias: MapSystemBuilderBingLayerOptions
MapSystemBuilderBingLayerOptions =
object
Defined in: src/sdk/components/mapsystem/MapSystemBuilder.tsx:166
Configuration options for a Map System Bing layer.
Properties
bingDelay?
optionalbingDelay: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?
optionalbingSkipUnbindOnDestroy: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?
optionalopacity: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.