Class: Event

ol.source.Vector.Event

Events emitted by ol.source.Vector instances are instances of this type.

Extends

Members

feature{ol.Feature} {undefined}

The feature being added or removed.

target{Object}

The event target.

type{string}

The event type.

Methods

Stop event propagation.

Stop event propagation.

Events

Triggered when a feature is added to the source.

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

changefeature experimental

Triggered when a feature is updated.

clear experimental

Triggered when the clear method is called on the source.

Triggered when a feature is removed from the source. See source.clear() for exceptions.