Package-level declarations
Functionality for managing offline map data and caching.
Functionality for managing offline map data and caching.
Functionality for managing offline map data and caching.
Types
Represents whether an OfflinePack is actively downloading or has completed downloading.
An instance of this interface is a singleton that manages offline packs and ambient caching.
Represents a collection of resources necessary for viewing a region offline.
An object that defines a region required by an OfflinePack.
Functions
Acquire an instance of OfflineManager outside a Composition. For use in Composable code, see org.maplibre.compose.offline.rememberOfflineManager.
Acquire an instance of OfflineManager outside a Composition. For use in Composable code, see org.maplibre.compose.offline.rememberOfflineManager.
Specialization of rememberGeoJsonSource that contains the list of OfflinePack as features. This allows you to implement a UI to manage offline packs directly on the map.