Mapbox Standard Style Experimental
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
style Imports Content
The style imports to be added to the current style, note layers and annotations shouldn't be added to this block.
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.
experimental Standard Style State
The state holder for the experimental Mapbox Standard Style.