Class: ImageTile

ol.ImageTile


Extends

Methods

getImage(){HTMLCanvasElement|HTMLImageElement|HTMLVideoElement}

src/ol/imagetile.js, line 80

Get the HTML image element for this tile (may be a Canvas, Image, or Video).

Returns:
Image.

getTileCoord(){ol.TileCoord} inherited

src/ol/tile.js, line 153

Get the tile coordinate for this tile.

Returns:
The tile coordinate.

load() inherited

src/ol/tile.js, line 180

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.