Package-level declarations

Functions

Link copied to clipboard
fun MapControllerViewModel.collectController(): MapController?

The controller as composition state: null while the map is not created, triggers recomposition when the map appears or changes.

Link copied to clipboard
fun MapControllerViewModel.collectMap(): Map?

Same as collectController, but returns Map of the controller.

Link copied to clipboard
fun MapComposable(modifier: Modifier = Modifier, viewModel: MapControllerViewModel, renderOptions: MapRenderOptions, copyrightOptions: MapCopyrightOptions)

Renders the map of a MapControllerViewModel.