Extends
Members
-
The coordinate in view projection corresponding to the original browser event.
-
Indicates if the map is currently being dragged. Only set for
POINTERDRAG
andPOINTERMOVE
events. Default isfalse
. -
The frame state at the time of the event.
-
The map where the event occurred.
-
The original browser event.
-
The map pixel relative to the viewport corresponding to the original browser event.
-
The event target.
-
The event type.
Methods
-
Stop event propagation.
-
Stop event propagation.
Events
-
Generic change event. Triggered when the revision counter is increased.
-
A click with no dragging. A double click will fire two of this.
-
A true double click, with no dragging.
-
Triggered after the map is moved.
-
Triggered when the map starts moving.
-
Triggered when a pointer is dragged.
-
Triggered when a pointer is moved. Note that on touch devices this is triggered when the map is panned, so is not the same as mousemove.
-
Triggered after a map frame is rendered.
-
A true single click with no dragging and no double click. Note that this event is delayed by 250 ms to ensure that it is not a double click.