Offline Manager
class 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
Functions
Link copied to clipboard
@NonNull
@MainThread
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
Returns a style package by its id.
Link copied to clipboard
@MainThread
Returns a style package's associated metadata The style package's associated metadata that a user previously set.
Link copied to clipboard
@NonNull
@MainThread
An overloaded version that does not report progess of the loading operation.
@NonNull
@MainThread
Loads a new style package or updates the existing one.
Link copied to clipboard
Removes a style package.
@MainThread
An overloaded version with a callback for feedback.