Class: ImageWrapper

ol/Image~ImageWrapper


Extends

Methods

dispatchEvent(event){boolean | undefined} inherited

Dispatches an event and calls all listeners listening for events of this type. The event parameter can either be a string or an Object with a type property.

Name Type Description
event BaseEvent | string

Event object.

Returns:
false if anyone called preventDefault on the event object or if any of the listeners returned false.

getImage(){HTMLCanvasElement | HTMLImageElement | HTMLVideoElement}

Returns:
Image.

load()

Load the image or retry if loading previously failed. Loading is taken care of by the tile queue, and calling this method is only needed for preloading or for reloading in case of an error.