NavigationZoomComposable
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.
Parameters
map
The map object to which zoom is applied.
colors
The colors to apply for the visual representation.