Module type for ol.TileState

This commit is contained in:
Frederic Junod
2018-03-19 09:34:19 +01:00
parent ded99ccad7
commit c4b38ed5dc
4 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ import {createXYZ, extentFromProjection} from '../tilegrid.js';
* @constructor
* @extends {ol.Tile}
* @param {module:ol/tilecoord~TileCoord} tileCoord Tile coordinate.
* @param {ol.TileState} state State.
* @param {module:ol/TileState~TileState} state State.
* @param {string} src Image source URI.
* @param {module:ol/extent~Extent} extent Extent of the tile.
* @param {boolean} preemptive Load the tile when visible (before it's needed).