BasemapGallery
fun BasemapGallery(basemapGalleryItems: List<BasemapGalleryItem>, onItemClick: (BasemapGalleryItem) -> Unit, modifier: Modifier = Modifier)
A gallery of BasemapGalleryItems.
Since
200.7.0
Parameters
basemapGalleryItems
the items to show in the gallery
onItemClick
a lambda to execute when a gallery item is clicked
modifier
the modifier to apply to this gallery