PilotGaea 2D O'view
    正在準備搜尋索引...

    類型別名 TileUrlFunctionType

    TileUrlFunctionType: (
        coords: TileCoord,
        pixelRatio: number,
        proj: Projection,
    ) => 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.

    類型宣告