Type Alias PreloadTilesForBoundsOptions
PreloadTilesForBoundsOptions: TilePreloadOptions & {
bounds: LngLatBoundsLike;
maxZoom: number;
minZoom: number;
}
bounds: LngLatBoundsLike;
maxZoom: number;
minZoom: number;
}
Type Declaration
bounds: LngLatBoundsLike
The geographic bounds to preload tiles for.
maxZoom: number
Maximum zoom level to preload (inclusive).
minZoom: number
Minimum zoom level to preload (inclusive).
Was this helpful?
Options for preloading all tiles within a geographic bounds across a range of zoom levels.