Set up loading of a single Tile.
The DataSource the tile belongs to.
The quadtree address of a Tile.
The DataProvider that retrieves the binary tile data.
The ITileDecoder that decodes the binary tile to a [[DecodeTile]].
The DataProvider that retrieves the binary tile data.
The DataSource the tile belongs to.
The result of decoding the payload
: The DecodedTile.
Error object if loading or decoding failed.
The binary data in form of [[ArrayBufferLike]], or any object.
The notifying the ITileDecoder to cancel decoding.
The ITileDecoder that decodes the binary tile to a [[DecodeTile]].
The quadtree address of a Tile.
Generated using TypeDoc
Subclass of TileLoader which is used by TileDataSource to load the TileInfo meta data, not the tile data itself.