MapboxStandardStyle

fun MapboxStandardStyle(topSlot: @Composable () -> Unit? = null, middleSlot: @Composable () -> Unit? = null, bottomSlot: @Composable () -> Unit? = null, lightPreset: Value = Value.nullValue())

The convenient composable function to set a Mapbox Standard style to the map, with available slots and config options.

Parameters

topSlot

The content to be set to the top slot of the Mapbox Standard style.

middleSlot

The content to be set to the middle slot of the Mapbox Standard style.

bottomSlot

The content to be set to the bottom slot of the Mapbox Standard style.

lightPreset

The lightPreset settings of the Mapbox Standard Style, available lightPresets including "day", "night", "dawn", "dusk".