Classdesc

Base class for tiles.

Param: tileCoord

Tile coordinate.

Param: state

State.

Hierarchy

Constructors

Methods

Constructors

  • Parameters

    • tileCoord: TileCoord

      Tile coordinate.

    • state: number

      State.

    Returns ol.Tile

    Classdesc

    Base class for tiles.

Methods

  • Get the tile coordinate for this tile.

    Returns TileCoord

    The tile coordinate.

    Api

  • Load the image or retry if loading previously failed. Loading is taken care of by the tile queue, and calling this method is only needed for preloading or for reloading in case of an error.

    Returns void

    Abstract

    Api

Generated using TypeDoc