Class: Tile

ol.Tile

Base class for tiles.

Subclasses

Extends

Methods

getTileCoord(){ol.TileCoord} experimental

src/ol/tile.js, line 142

Get the tile coordinate for this tile.

Returns:
The tile coordinate.

load() experimental

src/ol/tile.js, line 162

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.