Class: VectorEvent

ol.source.VectorEvent

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

Extends

  • goog.events.Event

Members

feature{ol.Feature} {undefined}

The feature being added or removed.

Events

Triggered when a feature is added to the source.

changefeature experimental

Triggered when a feature is updated.

Triggered when the clear method is called on the source.

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