- 
                  
                  Deprecated The See moreoffline region managerthat manages offline packs. All of the class’s instance methods are asynchronous reflecting the fact that offline resources are stored in a database. The offline manager maintains a canonical collection of offline packs.DeclarationObjective-C @interface MBMOfflineRegionManager : NSObjectSwift class OfflineRegionManager : NSObject
- 
                  
                  Deprecated An offline region represents an identifiable geographic region with optional metadata. See moreDeclarationObjective-C @interface MBMOfflineRegion : NSObjectSwift class OfflineRegion : NSObject
- 
                  
                  Deprecated An offline region definition is a geographic region defined by a style URL, a geometry, zoom range, and device pixel ratio. Both See moreminZoomandmaxZoommust be ≥ 0, andmaxZoommust be ≥minZoom. ThemaxZoommay be ∞, in which case for each tile source, the region will include tiles fromminZoomup to the maximum zoom level provided by that source. ThepixelRatiomust be ≥ 0 and should typically be 1.0 or 2.0.DeclarationObjective-C @interface MBMOfflineRegionGeometryDefinition : NSObjectSwift class OfflineRegionGeometryDefinition : NSObject
- 
                  
                  Deprecated An offline region definition is a geographic region defined by a style URL, geographic bounding box, zoom range, and device pixel ratio. Both See moreminZoomandmaxZoommust be ≥ 0, andmaxZoommust be ≥minZoom. ThemaxZoommay be ∞, in which case for each tile source, the region will include tiles fromminZoomup to the maximum zoom level provided by that source. ThepixelRatiomust be ≥ 0 and should typically be 1.0 or 2.0.DeclarationObjective-C @interface MBMOfflineRegionTilePyramidDefinition : NSObjectSwift class OfflineRegionTilePyramidDefinition : NSObject
- 
                  
                  Deprecated Describes the reason for an offline request response error. See moreDeclarationObjective-C enum MBMResponseErrorReason : NSInteger {}Swift enum ResponseErrorReason : Int
- 
                  
                  Deprecated Describes an offline request response error. See moreDeclarationObjective-C @interface MBMResponseError : NSObjectSwift class ResponseError : NSObject
- 
                  
                  Deprecated Describes the download state of a region. See moreDeclarationObjective-C enum MBMOfflineRegionDownloadState : NSInteger {}Swift enum OfflineRegionDownloadState : Int
- 
                  
                  Deprecated A region’s status includes its active/inactive state as well as counts of the number of resources that have completed downloading, their total size in bytes, and the total number of resources that are required. Note that the total required size in bytes is not currently available. A future API release may provide an estimate of this number. See moreDeclarationObjective-C @interface MBMOfflineRegionStatus : NSObjectSwift class OfflineRegionStatus : NSObject
- 
                  
                  Deprecated Undocumented DeclarationObjective-C NS_SWIFT_NAME(OfflineDatabaseMergeCallback) __attribute__((deprecated)) typedef void (^MBMOfflineDatabaseMergeCallback)(MBXExpected<NSArray<MBMOfflineRegion *> *, NSString *> * _Nonnull regions)Swift typealias OfflineDatabaseMergeCallback = (MBXExpected) -> Void
- 
                  
                  Deprecated Undocumented DeclarationObjective-C NS_SWIFT_NAME(OfflineRegionCallback) __attribute__((deprecated)) typedef void (^MBMOfflineRegionCallback)(MBXExpected<NSArray<MBMOfflineRegion *> *, NSString *> * _Nonnull regions)Swift typealias OfflineRegionCallback = (MBXExpected) -> Void
- 
                  
                  Deprecated Undocumented DeclarationObjective-C NS_SWIFT_NAME(OfflineRegionCreateCallback) __attribute__((deprecated)) typedef void (^MBMOfflineRegionCreateCallback)(MBXExpected<MBMOfflineRegion *, NSString *> * _Nonnull region)Swift typealias OfflineRegionCreateCallback = (MBXExpected) -> Void
- 
                  
                  Deprecated A region can have a single observer, which gets notified whenever a change to the region’s status occurs. See moreDeclarationObjective-C @protocol MBMOfflineRegionObserverSwift protocol OfflineRegionObserver
 Offline region management (deprecated)  Reference
        Offline region management (deprecated)  Reference