ComposableMapView

Composable object for displaying a map view in Jetpack Compose.

Functions

Link copied to clipboard
fun MapView(map: Map, modifier: Modifier = Modifier, mapController: MapController, onTap: (Feature?) -> Unit = { _ -> }, onAvatarTap: (String?) -> Unit = { _ ->}, onViewPointChanged: () -> Unit = {}, onFinishLoading: () -> Unit = {})

Composable function that creates a MapView and sets the map and controller.