Package-level declarations
Types
Link copied to clipboard
class DefaultMyLocationViewModel(map: Map, onPermissionRequest: () -> Unit = {}) : MyLocationViewModel
Default implementation of MyLocationViewModel.
Link copied to clipboard
Link copied to clipboard
object MyLocationComposableDefaults
Link copied to clipboard
interface MyLocationViewModel
Manages the state and behavior of the My Location control. Provides information about the current follow mode, permission status, and handles user interactions.
Functions
Link copied to clipboard
fun MyLocationComposable(viewModel: MyLocationViewModel, colors: MyLocationComposableColors = MyLocationComposableDefaults.colors())
A composable to control follow mode.