Constructor
new GoogleBaseLayerState(baseLayerCfg, itemStateopt)
Create a base layers google state based on the google base layer config
Parameters:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
baseLayerCfg |
GoogleBaseLayerConfig | the lizmap google base layer config object |
||
itemState |
LayerRasterState |
<optional> |
null | the lizmap google layer layer state |
- Source:
Extends
- BaseLayerState
Members
googleLayerTypes :Array.<string>|null
The google layer types (e.g. ['layerRoadmap'] for hybrid)
Type:
- Array.<string> | null
- Source:
googleMapType :string
The google mapType
Type:
- string
- Source:
googleOverlay :boolean|null
Whether to display only layerTypes without the underlying mapType
Type:
- boolean | null
- Source: