Package-level declarations
Types
Link copied to clipboard
Marks a composable function as being expected to be used inside another composable function that is also marked or inferred to be marked as a MapboxStyleImportComposable.
Link copied to clipboard
StyleImportInteractionsState manages the map interactions defined for the style import.
Link copied to clipboard
A StyleImportsScope provides a scope for adding StyleImport.
Link copied to clipboard
The state holder for the StyleImport.
Functions
Link copied to clipboard
inline fun rememberStyleImportInteractionsState(crossinline init: StyleImportInteractionsState.() -> Unit = {}): StyleImportInteractionsState
Convenient method to create a StyleImportInteractionsState and remember it with the init block.
Link copied to clipboard
inline fun rememberStyleImportState(crossinline init: StyleImportState.() -> Unit = {}): StyleImportState
Create and remember a StyleImportState with init block.