Class: DragBoxEvent

ol.DragBoxEvent

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

Extends

  • goog.events.Event

Members

coordinate{ol.Coordinate}

The coordinate of the drag event.

mapBrowserEvent{ol.MapBrowserEvent} experimental

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.