Class: ImageEvent

ol.source.ImageEvent

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

Extends

Members

image{ol.Image} experimental

The image related to the event.

Events

change inherited experimental

src/ol/events.js, line 13

Generic change event.

imageloadend experimental

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

Triggered when an image finishes loading.

imageloaderror experimental

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

Triggered if image loading results in an error.

imageloadstart experimental

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

Triggered when an image starts loading.