Module type for ol.TileCoord

This commit is contained in:
Frederic Junod
2018-04-04 15:44:34 +02:00
parent e77986c86c
commit 4114f4faaa
4 changed files with 5 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ import {createXYZ, extentFromProjection, createForProjection} from '../tilegrid.
* stroke operations.
* @property {module:ol/proj~ProjectionLike} projection Projection.
* @property {module:ol/source/State~State} [state] Source state.
* @property {function(new: ol.VectorTile, ol.TileCoord,
* @property {function(new: ol.VectorTile, module:ol/tilecoord~TileCoord,
* ol.TileState, string, ?string,
* ol.TileLoadFunctionType)} [tileClass] Class used to instantiate image tiles.
* Default is {@link ol.VectorTile}.