Class: MapBrowserEvent

ol.MapBrowserEvent

Extends

Members

coordinate{ol.Coordinate} experimental

nullableframeState{olx.FrameState} experimental

The frame state at the time of the event.

map{ol.Map} experimental

The map where the event occurred.

constantoriginalEvent{Event} experimental

pixel{ol.Pixel} experimental

Methods

preventDefault() experimental

Prevents the default browser action.

See:

stopPropagation() experimental

Prevents further propagation of the current event.

See:

Events

click experimental

A click with no dragging. A double click will fire two of this.

dblclick experimental

A true double click, with no dragging.

moveend inherited experimental

Triggered after the map is moved.

pointerdrag experimental

Triggered when a pointer is dragged.

pointermove experimental

Triggered when a pointer is moved.

postrender inherited experimental

Triggered after a map frame is rendered.

singleclick experimental

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.