atIndex

fun atIndex(index: Int, content: @Composable () -> Unit)

Assign a new MapboxMapComposable at index.

Parameters

index

The index that the content will be inserted to in the layers stack.

content

a MapboxMapComposable to be applied to the index position.

Throws