Package-level declarations

Types

Link copied to clipboard

Default implementation of ZoomViewModel that integrates with ZoomControlModel.

Link copied to clipboard
data class ZoomComposableColors(val iconColor: Color, val iconZoomDisabledColor: Color, val backgroundColor: Color, val pressedBackgroundColor: Color, val unpressedBackgroundColor: Color, val dividerColor: Color)
Link copied to clipboard
Link copied to clipboard
interface ZoomViewModel

Manages the state and behavior of the zoom control. Implementations push updates as the map zoom state changes.

Functions

Link copied to clipboard
fun ZoomComposable(viewModel: ZoomViewModel, colors: ZoomComposableColors = ZoomComposableDefaults.colors())

A composable to control the zoom level of a map.