OfflineRegionManagerInterface

interface OfflineRegionManagerInterface

The `offline region manager` that 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.

Functions

createOfflineRegion
Link copied to clipboard
abstract fun createOfflineRegion(@NonNull geometryDefinition: OfflineRegionGeometryDefinition, @NonNull callback: OfflineRegionCreateCallback)
Creates a new offline region based on a geometry
abstract fun createOfflineRegion(@NonNull tilePyramidDefinition: OfflineRegionTilePyramidDefinition, @NonNull callback: OfflineRegionCreateCallback)
Creates a new offline region based on a tile pyramid
getOfflineRegions
Link copied to clipboard
abstract fun getOfflineRegions(@NonNull callback: OfflineRegionCallback)
Invoke a call to fetch a list of offline regions.
mergeOfflineDatabase
Link copied to clipboard
abstract fun mergeOfflineDatabase(@NonNull filePath: String, @NonNull callback: OfflineDatabaseMergeCallback)
Merge offline regions from a secondary database into the main offline database.
setOfflineMapboxTileCountLimit
Link copied to clipboard
abstract fun setOfflineMapboxTileCountLimit(limit: Long)
Sets the maximum number of Mapbox-hosted tiles that may be downloaded and stored on the current device.

Inheritors

OfflineRegionManager
Link copied to clipboard