Class: ImageEvent

ol.source.ImageEvent

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

Extends

  • goog.events.Event
  • oli.source.ImageEvent

Members

image{ol.Image} experimental

The image related to the event.

Events

imageloadend experimental

src/ol/source/imagesource.js, line 172

Triggered when an image finishes loading.

imageloaderror experimental

src/ol/source/imagesource.js, line 179

Triggered if image loading results in an error.

imageloadstart experimental

src/ol/source/imagesource.js, line 165

Triggered when an image starts loading.