Class: DragBoxEvent

ol.DragBoxEvent

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

Extends

  • goog.events.Event
  • oli.DragBoxEvent

Members

coordinate{ol.Coordinate}

The coordinate of the drag event.

Events

boxend

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

Triggered upon drag box end.

boxstart

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

Triggered upon drag box start.