Package-level declarations
Types
Link copied to clipboard
Define the lightPreset style import config for MapboxStandardStyle.
Functions
Link copied to clipboard
fun MapboxStandardStyle(topSlot: @Composable () -> Unit? = null, middleSlot: @Composable () -> Unit? = null, bottomSlot: @Composable () -> Unit? = null, lightPreset: LightPreset = LightPreset.default, projection: Projection = Projection.default, atmosphereState: AtmosphereState = AtmosphereState.default, terrainState: TerrainState = TerrainState.initial)
The convenient composable function to set a Mapbox Standard style to the map, with available slots and config options.