Class: DragBoxEvent

ol.DragBoxEvent

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 48

Stop event propagation.

stopPropagation() inherited

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

Stop event propagation.

Events

boxdrag experimental

src/ol/interaction/dragboxinteraction.js, line 33

Triggered on drag when box is active.

boxend

src/ol/interaction/dragboxinteraction.js, line 40

Triggered upon drag box end.

boxstart

src/ol/interaction/dragboxinteraction.js, line 26

Triggered upon drag box start.

change inherited experimental

src/ol/events.js, line 13

Generic change event.