Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITileLoader

The interface for managing tile loading.

Hierarchy

  • ITileLoader

Implemented by

Index

Properties

Optional decodedTile

decodedTile: DecodedTile

The result of decoding the payload: The DecodedTile.

Readonly isFinished

isFinished: boolean

true if Tile is still loading, false otherwise.

priority

priority: number

Priority given to the tile loading task. The greater the number, the higher the priority.

state

Current state of TileLoader.

Methods

cancel

  • cancel(client?: any): void

loadAndDecode

waitSettled

Generated using TypeDoc