Event type.
Map.
Browser event.
Optional
opt_dragging: booleanIs the map currently being dragged?
Optional
opt_frameState: FrameStateFrame state.
Events emitted as map browser events are instances of this type. See ol.Map for which events trigger a map browser event.
The coordinate of the original browser event.
stable
Indicates if the map is currently being dragged. Only set for
POINTERDRAG
and POINTERMOVE
events. Default is false
.
stable
The frame state at the time of the event.
The map where the event occurred.
stable
The original browser event.
stable
The pixel of the original browser event.
stable
The event target.
stable
The event type.
stable
Generated using TypeDoc
Classdesc
Events emitted as map browser events are instances of this type. See ol.Map for which events trigger a map browser event.
Param: type
Event type.
Param: map
Map.
Param: browserEvent
Browser event.
Param: opt_dragging
Is the map currently being dragged?
Param: opt_frameState
Frame state.