remember Offline Packs Source
@Composable
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.
By default, each feature has properties corresponding to the OfflinePack.downloadProgress.
Parameters
offline Packs
The collection of offline packs to represent in the source.
put Extra Properties
A function that will be called with each OfflinePack to allow you to add additional properties to the feature. For example, you can use this to add properties based on the OfflinePack.metadata.