Type Alias TilePreloadErrorCallback
TilePreloadErrorCallback: (error: unknown) => void
Type Declaration
- (error: unknown): void
Parameters
- error: unknown
The error that occurred
Returns void
- error: unknown
Was this helpful?
The error that occurred
Called when a tile fails to load during preloading.