aboveLayer

fun aboveLayer(layerId: String, content: @Composable () -> Unit)

Assign a new MapboxMapComposable above layerId.

Parameters

layerId

The layer id the content will be inserted above.

content

a MapboxMapComposable to be applied above the layerId.

Throws