We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 672289f commit 22e6a96Copy full SHA for 22e6a96
src/datasources/cache.d.ts
@@ -19,6 +19,7 @@ export class PersistentCacheTileDataSource extends TileDataSource<any, Persisten
19
cacheOnlyMode: boolean;
20
clear();
21
startDownloadArea<T = DefaultLatLonKeys>(mapBounds: MapBounds<T>, minZoom: number, maxZoom: number, tileDownloadListener: TileDownloadListener);
22
+ stopAllDownloads();
23
}
24
25
export interface MemoryCacheTileDataSourceOptions extends TileDataSourceOptions {
0 commit comments