RasterTileSourceOptions
RasterTileSource initialization options.
Properties
Data source attributes.
undefined
string
Contains an attribution to be displayed when the map is shown to a user.
undefined
number
The maximum zoom value for which source data exists.
undefined
number
The minimum zoom value for which source data exists.
(x: number, y: number, zoom: number, bbox?: LngLatBounds) => string
Convert tile coordinates to URL.
@param @param @param @param Tile bounds in EPSG:3857 (Web Mercator) coordinates.