Classes
Type Definitions
EventListenerMap
Type:
- Object.<string, function()>
LayerActionEventArgs
Properties:
Name | Type | Description |
---|---|---|
originalEvent |
Event | The original event |
key |
string | The key for which the event was raised |
layer |
ol.layer.Layer | The layer for which the event was raised |
element |
HTMLElement | The element for which the event was raised |
LayerMap
Type:
- Object.<string, ol.layer.Layer>
LayerRelatedControlOptions
Type:
- object
Properties:
Name | Type | Description |
---|---|---|
controlOptions |
* | |
layerMapOptions |
LayerMap |
RegisterListenerOptions
Type:
- UnregisterListenerOptions
Properties:
Name | Type | Description |
---|---|---|
layer |
ol.layer.Layer | The layer for which the event was added |
element |
HTMLElement | The element for which the event was added |
UnregisterListenerOptions
Type:
- object
Properties:
Name | Type | Description |
---|---|---|
key |
string | The identifier for the layer |
listener |
function | The listener related to the layer identifier |