Class: Tile

ol/Tile~Tile


Base class for tiles.

Methods

getTileCoord(){module:ol/tilecoord~TileCoord}

Tile.js, line 183

Get the tile coordinate for this tile.

Returns:
The tile coordinate.

load()

Tile.js, line 209

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.