Package-level declarations
Types
Utility that provides the default values of the Settings for each plugin.
Marks a composable function being expected to be used inside another composable function marked as MapboxMapComposable.
A MapboxMapScope provides a scope for the children of MapboxMap.
Entry point for adding a Mapbox Map events to the Jetpack Compose UI.
Functions
Entry point for adding a Mapbox Map instance to the Jetpack Compose UI.
When MapEffect enters the composition it will launch block into the composition's CoroutineContext. The coroutine will be cancelled and re-launched when MapEffect is recomposed with a different key1.
When MapEffect enters the composition it will launch block into the composition's CoroutineContext. The coroutine will be cancelled and re-launched when MapEffect is recomposed with any different keys.
When MapEffect enters the composition it will launch block into the composition's CoroutineContext. The coroutine will be cancelled and re-launched when MapEffect is recomposed with a different key1 or key2.