Package-level declarations

Types

Link copied to clipboard
sealed interface PointOfInterestType

Defines the types of Point of Interest (POI) that can be displayed. It allows for either a single content slot or two separate content slots.

Functions

Link copied to clipboard
fun PointOfInterest(type: PointOfInterestType, isSelected: Boolean, onSelectedChange: (Boolean) -> Unit, modifier: Modifier = Modifier, interactionSource: MutableInteractionSource = remember { MutableInteractionSource() })

A point of interest (POI) is a specific point location on a map used to highlight one or some elements.

Link copied to clipboard
fun StoresCluster(numberOfStores: Int, modifier: Modifier = Modifier)

A store cluster represents the number of stores in a cluster.