Mapbox Standard Style
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
top Slot
The content to be set to the top slot of the Mapbox Standard style.
middle Slot
The content to be set to the middle slot of the Mapbox Standard style.
bottom Slot
The content to be set to the bottom slot of the Mapbox Standard style.
light Preset
The lightPreset settings of the Mapbox Standard Style, available lightPresets including "day", "night", "dawn", "dusk".