Abstract
Internal
Set up loading of a single [[Tile]].
The [[DataSource]] the tile belongs to.
The quadtree address of a [[Tile]].
Protected
dataThe [[DataSource]] the tile belongs to.
Optional
errorError object if loading or decoding failed.
Protected
m_Current state of TileLoader
.
Protected
tileThe quadtree address of a [[Tile]].
Protected
cancelProtected
Abstract
loadCalled on tile load.
Signal emitted to abort loading.
Callback that must be called once the loading is done.
Callback that must be called on loading error.
Generated using TypeDoc
Base class for tile loaders that provides state handling, request abortion and a load promise.