Package-level declarations
Types
Link copied to clipboard
Represents the status of the initialization of the state object.
Link copied to clipboard
class OfflineMapInfo
Represents the information for an online map that has been taken offline.
Link copied to clipboard
Represents the state of the OfflineMapAreas composable.
Link copied to clipboard
object OfflineRepository
Manages WorkManager operations for offline map tasks, including job creation, queuing, progress tracking, and cleanup. Provides utilities to handle serialization of jobs, manage notifications, and observe job states for preplanned and onDemand map areas.
Functions
Link copied to clipboard
fun OfflineMapAreas(offlineMapState: OfflineMapState, modifier: Modifier = Modifier, colorScheme: ColorScheme = OfflineMapAreasDefaults.colorScheme(), typography: Typography = OfflineMapAreasDefaults.typography())
Take a web map offline by downloading map areas.