Class: ImageEvent

ol.source.ImageEvent

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

Extends

  • goog.events.Event

Members

image{ol.Image} experimental

The image related to the event.

Events

imageloadend experimental

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

Triggered when an image finishes loading.

imageloaderror experimental

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

Triggered if image loading results in an error.

imageloadstart experimental

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

Triggered when an image starts loading.