belowLayer

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

Assign a new MapboxMapComposable below layerId.

Parameters

layerId

The layer id the content will be inserted below.

content

a MapboxMapComposable to be applied below the layerId.

Throws