Package-level declarations

Types

Link copied to clipboard
data class NavigationZoomComposableColors(val iconColor: Color, val disabledIconColor: Color, val backgroundColor: Color, val pressedBackgroundColor: Color, val dividerColor: Color)

Functions

Link copied to clipboard
fun NavigationZoomComposable(map: Map, colors: NavigationZoomComposableColors = NavigationZoomComposableDefaults.colors())

A composable to control the zoom level of a map with Navigator UI styling. This version matches the design system used in the navigator UI module, providing a grouped button appearance with dividers and proper theming.