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

Hierarchy (view full)

Properties

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

Generated using TypeDoc