Skip to main content

flywave-mapview.itileloader.loadanddecode

Home > @flywave/flywave-mapview > ITileLoader > loadAndDecode

ITileLoader.loadAndDecode() method

Start loading and/or proceed through the various states of loading of this tile.

Signature:

loadAndDecode(client?: any): Promise<TileLoaderState>;

Parameters

Parameter

Type

Description

client

any

(Optional) Optional client requesting the load.

Returns:



Promise&lt;[TileLoaderState](./flywave-mapview.tileloaderstate.md)<!-- -->&gt;

A promise which resolves the \[\[TileLoaderState\]\].