LayerPositionedContent

Class that holds MapboxMapComposable content per each LayerPosition.

Functions

Link copied to clipboard
fun aboveLayer(layerId: String, content: @Composable () -> Unit)

Assign a new MapboxMapComposable above layerId.

Link copied to clipboard
fun atIndex(index: Int, content: @Composable () -> Unit)

Assign a new MapboxMapComposable at index.

Link copied to clipboard
fun belowLayer(layerId: String, content: @Composable () -> Unit)

Assign a new MapboxMapComposable below layerId.

Link copied to clipboard
fun layerPosition(layerPosition: LayerPosition, content: @Composable () -> Unit)

Assign a new MapboxMapComposable to the given layerPosition.