layerPosition

fun layerPosition(layerPosition: LayerPosition, content: @Composable () -> Unit)

Assign a new MapboxMapComposable to the given layerPosition.

Parameters

layerPosition

The layer position the content will be inserted to.

content

a MapboxMapComposable to be applied at the layerPosition.

Throws