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

    Interface MapTilerOnlineTileDataSourceOptions

    interface MapTilerOnlineTileDataSourceOptions {
        key: string;
        maxOverzoomLevel?: number;
        maxZoom?: number;
        minZoom?: number;
        timeout?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    key: string
    maxOverzoomLevel?: number
    maxZoom?: number
    minZoom?: number
    timeout?: number