new MapEvent
Parameters:
| Name | Type | Description |
|---|---|---|
type |
string | Event type. |
map |
ol.Map | Map. |
- Source:
- mapevent.js, line 13
Extends
- goog.events.Event
Members
-
defaultPrevented :boolean
-
- Source:
- mapevent.js, line 25
-
map :ol.Map
-
- Source:
- mapevent.js, line 20
Methods
-
preventDefault
-
Prevents the default action.
- Source:
- mapevent.js, line 34