MapComposable

fun MapComposable(modifier: Modifier = Modifier, state: MapComposableState)

Renders a map view and provides interactivity based on the provided state.

Changing the state leads to an internal recreation of the MapView.

Parameters

modifier

The modifier to be applied to the map.

state

The MapComposableState object that manages the map's configuration and interactivity.