On this page
MTOfflineManager
object MTOfflineManager
Manages the creation, retrieval, and deletion of offline map packs.
Functions
suspend fun createPack(context: Context, definition: MTOfflineRegionDefinition, metadata: ByteArray? = null): MTOfflinePack
Creates a new offline pack and adds it to the managed registry.
Retrieves a specific offline pack by its identifier.
Retrieves all offline packs currently stored on disk.
Deletes the specified offline pack from disk and removes it from the registry.