A Nativescript plugin for Mapbox Native Maps.
    Preparing search index...

    Interface OfflineRegion

    interface OfflineRegion {
        bounds: Bounds;
        maxZoom?: number;
        metadata?: any;
        minZoom?: number;
        name: string;
        pixelRatio?: any;
        style: MapStyle;
        type?: any;
    }

    Hierarchy (View Summary)

    Index

    Properties

    bounds: Bounds
    maxZoom?: number
    metadata?: any
    minZoom?: number
    name: string
    pixelRatio?: any
    style: MapStyle
    type?: any