Package-level declarations
Types
Link copied to clipboard
The state holder for the base MapboxStandardStyle's &MapboxStandardSatelliteStyle's configurations.
Link copied to clipboard
Define the lightPreset style import config for MapboxStandardStyle.
Link copied to clipboard
The state holder for the MapboxStandardSatelliteStyle's configurations.
Link copied to clipboard
The state holder for the MapboxStandardStyle's configurations.
Link copied to clipboard
Define the Theme style import config for MapboxStandardStyle.
Functions
Link copied to clipboard
fun MapboxStandardSatelliteStyle(styleImportsContent: @Composable StyleImportsScope.() -> Unit? = null, topSlot: @Composable () -> Unit? = null, middleSlot: @Composable () -> Unit? = null, bottomSlot: @Composable () -> Unit? = null, projection: Projection = Projection.INITIAL, atmosphereState: AtmosphereState = remember { AtmosphereState() }, terrainState: TerrainState = TerrainState.INITIAL, lightsState: LightsState = LightsState.INITIAL, styleTransition: TransitionOptions = remember { transition { } }, standardSatelliteStyleConfigurationState: StandardSatelliteStyleConfigurationState = remember {
StandardSatelliteStyleConfigurationState()
})
fun MapboxStandardSatelliteStyle(styleImportsContent: @Composable StyleImportsScope.() -> Unit? = null, topSlot: @Composable () -> Unit? = null, middleSlot: @Composable () -> Unit? = null, bottomSlot: @Composable () -> Unit? = null, projection: Projection = Projection.INITIAL, atmosphereState: AtmosphereState = remember { AtmosphereState() }, terrainState: TerrainState = TerrainState.INITIAL, lightsState: LightsState = LightsState.INITIAL, styleTransition: TransitionOptions = remember { transition { } }, init: StandardSatelliteStyleConfigurationState.() -> Unit)
The convenient composable function to set a Mapbox Standard Satellite style to the map, with available slots and config options.
Link copied to clipboard
fun MapboxStandardStyle(styleImportsContent: @Composable StyleImportsScope.() -> Unit? = null, topSlot: @Composable () -> Unit? = null, middleSlot: @Composable () -> Unit? = null, bottomSlot: @Composable () -> Unit? = null, projection: Projection = Projection.INITIAL, atmosphereState: AtmosphereState = remember { AtmosphereState() }, terrainState: TerrainState = TerrainState.INITIAL, lightsState: LightsState = LightsState.INITIAL, styleTransition: TransitionOptions = remember { transition { } }, standardStyleConfigurationState: StandardStyleConfigurationState = remember {
StandardStyleConfigurationState()
})
fun MapboxStandardStyle(styleImportsContent: @Composable StyleImportsScope.() -> Unit? = null, topSlot: @Composable () -> Unit? = null, middleSlot: @Composable () -> Unit? = null, bottomSlot: @Composable () -> Unit? = null, projection: Projection = Projection.INITIAL, atmosphereState: AtmosphereState = remember { AtmosphereState() }, terrainState: TerrainState = TerrainState.INITIAL, lightsState: LightsState = LightsState.INITIAL, styleTransition: TransitionOptions = remember { transition { } }, init: StandardStyleConfigurationState.() -> Unit)
The convenient composable function to set a Mapbox Standard style to the map, with available slots and config options.