new TileSource
Parameters:
| Name | Type | Description |
|---|---|---|
tileSourceOptions |
ol.source.TileSourceOptions | Tile source options. |
- Source:
- tilesource.js, line 32
Extends
Members
-
isReady
-
- Inherited From:
- Source:
- source.js, line 96
-
<protected> tileGrid :ol.tilegrid.TileGrid
-
- Source:
- tilesource.js, line 44
-
<protected> tileUrlFunction :ol.TileUrlFunctionType
-
- Source:
- tilesource.js, line 51
Methods
-
<protected> dispatchLoadEvent
-
- Inherited From:
- Source:
- source.js, line 58
-
getAttributions
-
- Inherited From:
- Source:
- source.js, line 66
Returns:
Attributions.- Type
- Array.<ol.Attribution>
-
getExtent
-
- Inherited From:
- Source:
- source.js, line 74
Returns:
Extent.- Type
- ol.Extent
-
getProjection
-
- Inherited From:
- Source:
- source.js, line 82
Returns:
Projection.- Type
- ol.Projection
-
getResolutions
-
- Source:
- tilesource.js, line 77
-
getTile
-
Parameters:
Name Type Description tileCoordol.TileCoord Tile coordinate. - Source:
- tilesource.js, line 86
Returns:
Tile.- Type
- ol.Tile
-
getTileCoordUrl
-
Parameters:
Name Type Description tileCoordol.TileCoord Tile coordinate. - Source:
- tilesource.js, line 108
Returns:
Tile URL.- Type
- string | undefined
-
getTileGrid
-
- Source:
- tilesource.js, line 116
Returns:
Tile grid.- Type
- ol.tilegrid.TileGrid
-
setAttributions
-
Parameters:
Name Type Description attributionsArray.<ol.Attribution> Attributions. - Inherited From:
- Source:
- source.js, line 102
-
setExtent
-
Parameters:
Name Type Description extentol.Extent Extent. - Inherited From:
- Source:
- source.js, line 110
-
setProjection
-
Parameters:
Name Type Description projectionol.Projection Projetion. - Inherited From:
- Source:
- source.js, line 118