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

    Interface DeleteOfflineRegionOptions

    interface DeleteOfflineRegionOptions {
        id?: string;
        name?: string;
    }
    Index

    Properties

    Properties

    id?: string

    The id of the offline region to delete.

    name?: string

    The name of the offline region to delete.