Package-level declarations
Types
Link copied to clipboard
Default implementation of ZoomViewModel that integrates with ZoomControlModel.
Link copied to clipboard
Link copied to clipboard
object ZoomComposableDefaults
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.