new TegTile(tileCoord, state, tegInfo)
Parameters:
Name | Type | Description |
---|---|---|
tileCoord |
ol.TileCoord | Tile coordinate. |
state |
ol.TileState | State. |
tegInfo |
Mapspace.TegTileInfo | Information of the Teg tile. |
- Source:
- mapspace/tegtile.js
Extends
- ol.Tile
Methods
-
getTegInfo()
-
Get the Teg object with the information or null if not set.
- Source:
- mapspace/tegtile.js
Returns:
Teg info.
- Type
- Maspace.TegTileInfo