flywave-mapview.itileloader
Home > @flywave/flywave-mapview > ITileLoader
ITileLoader interface
The interface for managing tile loading.
Signature:
export interface ITileLoader
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
DecodedTile | (Optional) The result of decoding the | ||
| boolean |
| |
number | Priority given to the tile loading task. The greater the number, the higher the priority. | ||
Current state of |
Methods
Method | Description |
|---|---|
Cancel loading of the [[Tile]]. Cancellation token is notified, an internal state is cleaned up. | |
Start loading and/or proceed through the various states of loading of this tile. | |
Return the current state in form of a promise. Caller can then wait for the promise to be resolved. |