@nativescript-community/ui-carto
    Preparing search index...

    Interface PersistentCacheTileDataSourceOptions

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

    Hierarchy (View Summary)

    Index

    Properties

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