Constructor
new GoogleBaseLayerConfig(name, cfg)
Create a GOOGLE base layer config based on a config object
Parameters:
| Name | Type | Description | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
name |
string | the base layer name |
||||||||||||||||||||||||
cfg |
object | the lizmap config object for GOOGLE base layer Properties
|
- Source:
Extends
- BaseLayerConfig
Members
layerTypes :Array.<string>|null
The Google layer types (e.g. ['layerRoadmap'] for hybrid)
Type:
- Array.<string> | null
- Source:
mapType :string
The Google mapType
Type:
- string
- Source:
overlay :boolean|null
Whether to display only layerTypes without the underlying mapType
Type:
- boolean | null
- Source: