Mapbox Map
Entry point for adding a Mapbox Map instance to the Jetpack Compose UI.
Parameters
Modifier to be applied to the Mapbox map.
Defines the initialisation configurations factory for a MapboxMap. It can only be set once and not mutable after the initialisation. Mutating the MapInitOptions during recomposition will result in a IllegalStateException.
Gesture configuration allows to control the user touch interaction.
Settings for showing a location puck on the map.
The Mapbox Compass ornament of the map, consider using MapCompassScope.Compass.
The Mapbox ScaleBar ornament of the map, consider using MapScaleBarScope.ScaleBar.
The Mapbox Logo ornament of the map, consider using MapLogoScope.Logo.
The Mapbox Attribution ornament of the map, consider using MapAttributionScope.Attribution.
A state object that can be hoisted to control and observe the map's camera state. A MapViewportState may only be used by a single MapboxMap composable at a time as it reflects instance state for a single view of a map.
Callback to be invoked when the user clicks on the map view.
Callback to be invoked when the user long clicks on the map view.
The Style of the map.
The content of the map.