Type alias TileLoadFunctionType

TileLoadFunctionType: ((tile, url) => void)

Type declaration

    • (tile, url): void
    • A function that takes an ol.Tile for the tile and a {string} for the url as arguments.

      Parameters

      Returns void

Generated using TypeDoc