Package-level declarations
Types
Link copied to clipboard
class BasemapGalleryItem(val title: String, val tag: Any? = null, thumbnailProvider: suspend () -> Bitmap? = { null })
The BasemapGalleryItem encompasses an element in a BasemapGallery.
Functions
Link copied to clipboard
fun BasemapGallery(basemapGalleryItems: List<BasemapGalleryItem>, onItemClick: (BasemapGalleryItem) -> Unit, modifier: Modifier = Modifier)
A gallery of BasemapGalleryItems.