On this page

Type Alias TilePreloadErrorCallback

TilePreloadErrorCallback: (error: unknown) => void

Called when a tile fails to load during preloading.

Type Declaration

    • (error: unknown): void
    • Parameters

      • error: unknown

        The error that occurred

      Returns void

Was this helpful?
SDK JS
Reference
TilePreloadErrorCallback