Class: Event

ol.interaction.DragBox.Event

Events emitted by ol.interaction.DragBox instances are instances of this type.

Extends

Members

coordinate{ol.Coordinate}

The coordinate of the drag event.

mapBrowserEvent{ol.MapBrowserEvent} experimental

target{Object}

The event target.

type{string}

The event type.

Methods

preventDefault() inherited

src/ol/events/event.js, line 47

Stop event propagation.

stopPropagation() inherited

src/ol/events/event.js, line 54

Stop event propagation.

Events

boxdrag experimental

src/ol/interaction/dragbox.js, line 189

Triggered on drag when box is active.

boxend

src/ol/interaction/dragbox.js, line 196

Triggered upon drag box end.

boxstart

src/ol/interaction/dragbox.js, line 182

Triggered upon drag box start.

change inherited experimental

src/ol/events/eventtype.js, line 8

Generic change event. Triggered when the revision counter is increased.