Class: ol.MapEvent

ol.MapEvent

new MapEvent

Parameters:
Name Type Argument Description
type string Event type.
map ol.Map Map.
frameState ol.FrameState <optional>
<nullable>
(Optional) Frame state.
Source:
  • mapevent.js, line 24

Extends

  • goog.events.Event

Members

defaultPrevented :boolean

Source:
  • mapevent.js, line 36

frameState :ol.FrameState

Source:
  • mapevent.js, line 41

map :ol.Map

Source:
  • mapevent.js, line 31

Methods

preventDefault

Prevents the default action.
Source:
  • mapevent.js, line 50