On this page

Type Alias WithTilePreload<T>

WithTilePreload: T & { experimental_preload?: TilePreloadOptions }

Adds optional experimental tile preloading to camera animation method options.

Type Parameters

  • T

Type Declaration

  • Optionalexperimental_preload?: TilePreloadOptions

    Experimental tile preloading options. This will only work if useExperimentalTilePreloading is set to true on the map options.

Was this helpful?
SDK JS
Reference
WithTilePreload