Raster Source
A raster tile source.
See also
Constructors
RasterSource
Link copied to clipboard
Types
Functions
bindTo
Link copied to clipboard
maxOverscaleFactorForParentTiles
Link copied to clipboard
maxzoom
Link copied to clipboard
minimumTileUpdateInterval
Link copied to clipboard
minzoom
Link copied to clipboard
prefetchZoomDelta
Link copied to clipboard
tiles
Link copied to clipboard
url
Link copied to clipboard
volatile
Link copied to clipboard
Properties
attribution
Link copied to clipboard
Contains an attribution to be displayed when the map is shown to a user.
maxOverscaleFactorForParentTiles
Link copied to clipboard
When a set of tiles for a current zoom level is being rendered and some of the ideal tiles that cover the screen are not yet loaded, parent tile could be used instead.
minimumTileUpdateInterval
Link copied to clipboard
Minimum tile update interval in milliseconds, which is used to throttle the tile update network requests.
prefetchZoomDelta
Link copied to clipboard
When loading a map, if PrefetchZoomDelta is set to any number greater than 0, the map will first request a tile at zoom level lower than zoom - delta, but so that the zoom level is multiple of delta, in an attempt to display a full map at lower resolution as quick as possible.