interface PersistentCacheTileDataSourceOptions {
    cacheOnlyMode?: boolean;
    capacity?: number;
    databasePath?: string;
    dataSource: TileDataSource<any, any>;
    maxOverzoomLevel?: number;
    maxZoom?: number;
    minZoom?: number;
}

Hierarchy (View Summary)

Properties

cacheOnlyMode?: boolean
capacity?: number
databasePath?: string
dataSource: TileDataSource<any, any>
maxOverzoomLevel?: number
maxZoom?: number
minZoom?: number