Module type for ol.TileState

This commit is contained in:
Frederic Junod
2018-04-04 15:46:36 +02:00
parent 4114f4faaa
commit 2df4d5f877
4 changed files with 13 additions and 13 deletions
+3 -3
View File
@@ -27,10 +27,10 @@ import {getForProjection as getTileGridForProjection} from '../tilegrid.js';
* @property {boolean} [reprojectionErrorThreshold=0.5] Maximum allowed reprojection error (in pixels).
* Higher values can increase reprojection performance, but decrease precision.
* @property {module:ol/source/State~State} [state] Source state.
* @property {function(new: ol.ImageTile, module:ol/tilecoord~TileCoord,
* ol.TileState, string, ?string,
* @property {function(new: module:ol/ImageTile~ImageTile, module:ol/tilecoord~TileCoord,
* module:ol/TileState~TileState, string, ?string,
* ol.TileLoadFunctionType)} [tileClass] Class used to instantiate image tiles.
* Default is {@link ol.ImageTile}.
* Default is {@link module:ol/ImageTile~ImageTile}.
* @property {ol.tilegrid.TileGrid} [tileGrid] Tile grid.
* @property {ol.TileLoadFunctionType} [tileLoadFunction] Optional function to load a tile given a URL. The default is
* ```js