Type alias TileUrlFunctionType

TileUrlFunctionType: ((coords, pixelRatio, proj) => string)

Type declaration

    • (coords, pixelRatio, proj): string
    • ol.source.Tile sources use a function of this type to get the url that provides a tile for a given tile coordinate.

      This function takes an ol.TileCoord for the tile coordinate, a {number} representing the pixel ratio and an ol.proj.Projection for the projection as arguments and returns a {string} representing the tile URL, or undefined if no tile should be requested for the passed tile coordinate.

      Parameters

      Returns string

Generated using TypeDoc