The coordinate in the user projection corresponding to the original browser event.
Indicates if the map is currently being dragged. Only set for
POINTERDRAG
and POINTERMOVE
events. Default is false
.
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.
The coordinate corresponding to the original browser event. This will be in the user projection if one is set. Otherwise it will be in the view projection.
The map pixel relative to the viewport corresponding to the original event.
Classdesc
Events emitted as map browser events are instances of this type. See module:ol/Map~Map for which events trigger a map browser event.