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