Type Alias TilePreloadOptions
type TilePreloadOptions = {
maxTiles?: number;
onError?: TilePreloadErrorCallback;
onProgress?: TilePreloadProgressCallback;
}
maxTiles?: number;
onError?: TilePreloadErrorCallback;
onProgress?: TilePreloadProgressCallback;
}
Index
Properties
Was this helpful?
Options shared by all tile preloading APIs.
Remarks
API Key Usage: Tile preloading issues one network request per tile per active source. These requests count against your MapTiler Cloud API key quota. Use
onProgressto monitor consumption and prefer narrow zoom ranges and small bounds where possible.