On this page

Type Alias PreloadTilesOptions

PreloadTilesOptions: TilePreloadOptions & { tileIDs: string[] }

Options for preloading a specific set of tiles by their IDs.

Type Declaration

  • tileIDs: string[]

    Tile IDs to preload, in "z/x/y" format.

API Key Usage: Each tile ID results in one fetch per active map source. Each request counts against your MapTiler Cloud API key quota.

Was this helpful?
SDK JS
Reference
PreloadTilesOptions