MapboxStandardStyleExperimental

fun MapboxStandardStyleExperimental(styleImportsContent: @Composable StyleImportsScope.() -> Unit? = null, topSlot: @Composable () -> Unit? = null, middleSlot: @Composable () -> Unit? = null, bottomSlot: @Composable () -> Unit? = null, experimentalStandardStyleState: ExperimentalStandardStyleState = rememberExperimentalStandardStyleState())

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

Important: this style should not be used in production as the style definition on backend is a subject to change after v11.8.0 stable release!

Parameters

styleImportsContent

The style imports to be added to the current style, note layers and annotations shouldn't be added to this block.

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.

experimentalStandardStyleState

The state holder for the experimental Mapbox Standard Style.