OfflineManager

An `offline manager` manages downloads and storage for style packages and also produces tileset descriptors for the `tile store`. All the asynchronous methods calls complete even if the `offline manager` instance gets out of scope before.

Constructors

Link copied to clipboard
open fun OfflineManager()
Construct a new `offline manager`.

Functions

Link copied to clipboard
Construct a new `tileset descriptor` for the `tile store`.
Link copied to clipboard
Returns a list of the existing style packages.
Link copied to clipboard
open fun getStylePack(@NonNull styleURI: String, @NonNull callback: StylePackCallback)
Returns a style package by its id.
Link copied to clipboard
Returns a style package's associated metadata The style package's associated metadata that a user previously set.
Link copied to clipboard
An overloaded version that does not report progess of the loading operation.
Loads a new style package or updates the existing one.
Link copied to clipboard
Removes a style package.
An overloaded version with a callback for feedback.