Class: TranslateEvent

ol/interaction/Translate.TranslateEvent


Events emitted by Translate instances are instances of this type.

Extends

Members

coordinate{Coordinate}

The coordinate of the drag event.

features{Collection<Feature>}

The features being translated.

mapBrowserEvent{MapBrowserEvent}

Associated MapBrowserEvent.

startCoordinate{Coordinate}

The coordinate of the start position before translation started.

target{Object}

The event target.

type{string}

The event type.

Methods

preventDefault() inherited

Prevent default. This means that no emulated click, singleclick or doubleclick events will be fired.

stopPropagation() inherited

Stop event propagation.

Events

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

Generic error event. Triggered when an error occurs.

Triggered upon feature translation end.

Triggered upon feature translation start.

Triggered upon feature translation.