new ImageTile
Parameters:
| Name | Type | Argument | Description |
|---|---|---|---|
tileCoord |
ol.TileCoord | Tile coordinate. | |
src |
string | Image source URI. | |
crossOrigin |
?string |
<nullable> |
Cross origin. |
- Source:
- imagetile.js, line 19
Extends
Members
-
inQueue :number
-
A count incremented each time the tile is inQueue in a tile queue, and decremented each time the tile is dequeued from a tile queue.
- Inherited From:
- Source:
- tile.js, line 38
-
tileCoord :ol.TileCoord
-
- Inherited From:
- Source:
- tile.js, line 43
Methods
-
<protected> dispatchChangeEvent
-
- Inherited From:
- Source:
- tile.js, line 58
-
getImage
-
- Source:
- imagetile.js, line 59
-
getKey
-
- Source:
- imagetile.js, line 81
-
getState
-
- Inherited From:
- Source:
- tile.js, line 81
Returns:
State.- Type
- ol.TileState
-
load
-
Load not yet loaded URI.
- Source:
- imagetile.js, line 113