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 47

Stop event propagation.

stopPropagation() inherited

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

Stop event propagation.

Events

change inherited experimental

src/ol/events/eventtype.js, line 8

Generic change event. Triggered when the revision counter is increased.

imageloadend experimental

src/ol/source/image.js, line 221

Triggered when an image finishes loading.

imageloaderror experimental

src/ol/source/image.js, line 228

Triggered if image loading results in an error.

imageloadstart experimental

src/ol/source/image.js, line 214

Triggered when an image starts loading.