Universal Layer Manager
GitHub
Simple Example
Leaflet Example
Preparing search index...
AddLayerParams
Interface AddLayerParams<TLayer, TGroup>
interface
AddLayerParams
<
TLayer
,
TGroup
=
TLayer
>
{
layerConfig
:
LayerConfig
<
TLayer
>
|
LayerGroupConfig
<
TLayer
,
TGroup
>
;
visible
?:
boolean
;
enabled
?:
boolean
;
index
?:
number
;
position
?:
"top"
|
"bottom"
;
}
Type Parameters
TLayer
TGroup
=
TLayer
Index
Properties
layer
Config
visible?
enabled?
index?
position?
Properties
layer
Config
layerConfig
:
LayerConfig
<
TLayer
>
|
LayerGroupConfig
<
TLayer
,
TGroup
>
Optional
visible
visible
?:
boolean
Optional
enabled
enabled
?:
boolean
Optional
index
index
?:
number
Optional
position
position
?:
"top"
|
"bottom"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
layer
Config
visible
enabled
index
position
Home
GitHub
Simple Example
Leaflet Example
Universal Layer Manager
Loading...