BaseMapLayerProps Interface

JSON representation of a BaseMapLayerSettings.

Extends

Properties

Name Type Description
provider BackgroundMapProviderProps | undefined    

Inherited properties

Name Type Inherited from Description
formatId string ImageMapLayerProps Identifies the map layers source.
name string ImageMapLayerProps A user-friendly name for the layer.
queryParams [key: string]: string | undefined ImageMapLayerProps List of query parameters that will get appended to the source.
subLayers MapSubLayerProps[] | undefined ImageMapLayerProps Source layers.
transparency number | undefined ImageMapLayerProps A transparency value from 0.0 (fully opaque) to 1.0 (fully transparent) to apply to map graphics when drawing,
transparentBackground boolean | undefined ImageMapLayerProps True to indicate background is transparent.
url string ImageMapLayerProps URL
visible boolean | undefined ImageMapLayerProps Controls visibility of layer.

Defined in

Last Updated: 03 May, 2024