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

    Interface OrderedTileDataSourceOptions

    interface OrderedTileDataSourceOptions {
        dataSources: TileDataSource<any, any>[];
        maxOverzoomLevel?: number;
        maxZoom?: number;
        minZoom?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    dataSources: TileDataSource<any, any>[]
    maxOverzoomLevel?: number
    maxZoom?: number
    minZoom?: number