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.

target{Object}

The event target.

type{string}

The event type.

Methods

preventDefault() inherited

src/ol/events/event.js, line 48

Stop event propagation.

stopPropagation() inherited

src/ol/events/event.js, line 55

Stop event propagation.

Events

change inherited experimental

src/ol/events.js, line 13

Generic change event.

imageloadend experimental

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

Triggered when an image finishes loading.

imageloaderror experimental

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

Triggered if image loading results in an error.

imageloadstart experimental

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

Triggered when an image starts loading.