MapView
fun MapView(modifier: Modifier = Modifier, onCreate: (mapView: MapView) -> Unit? = null, onUpdate: (mapView: MapView) -> Unit? = null)
A composable MapView.
Author
Arnau Mora
Since
20211230
Parameters
modifier
Modifiers to apply to the map.
onCreate
This will get called once the map view's onCreate method is called.
onUpdate
This will get called whenever the map is updated.