Package-level declarations
Map controls themed from the Material 3 color scheme and typography, replacing the ones that org.maplibre.compose.overlay draws with Compose Foundation alone.
Map controls themed from the Material 3 color scheme and typography, replacing the ones that org.maplibre.compose.overlay draws with Compose Foundation alone.
Types
Material 3 themed defaults for LocationPuck parameters
Properties
The controls of MapOverlay.Default, themed from the Material 3 color scheme and typography.
Functions
A composable function that displays a collection of attribution links as a flow layout, styled from the Material 3 theme.
A compass that points north and returns the camera to getHomePosition when it is clicked.
A CompassButton that appears when the camera turns away from getHomePosition and fades out once the camera returns to it.
An animated scale bar that appears when the zoom level of the map changes, and then disappears after visibilityDuration. This composable wraps ScaleBar with visibility animations.
Info button from which an attribution popup text is expanded. This version retracts when the user interacts with the map.
Info button from which an attribution popup text is expanded. This version allows the caller to manage the state.
A ListItem to manage an OfflinePack.
An elevated button in the shape of a pointer pin, placed through placedTowards on the edge of an ellipse inscribed in the unobstructed map region and pointing towards targetPosition. Only shown while targetPosition is outside of the ellipse.
A scale bar composable that shows the current scale of the map in feet, meters or feet and meters when zoomed in to the map, changing to miles and kilometers, respectively, when zooming out.