Package-level declarations

Types

Link copied to clipboard

State for the back/close button.

Link copied to clipboard
typealias DestinationPreviewUiComposer = @Composable (modifier: Modifier, state: DestinationPreviewUiState) -> Unit
Link copied to clipboard

Represents the state of the destination preview card.

Link copied to clipboard
typealias MapboxMapScopeContentComposer = @Composable MapboxMapScope.() -> Unit
Link copied to clipboard
typealias PlacesListUiComposer = @Composable (state: PlacesListUiState, modifier: Modifier) -> Unit
Link copied to clipboard

UI state for the places list.

Link copied to clipboard
typealias RecenterCameraComposer = @Composable (Modifier, RecenterCameraState) -> Unit
Link copied to clipboard

Recenter camera state

Functions

Link copied to clipboard
@Composable
fun DefaultRecenterButton(modifier: Modifier = Modifier, state: RecenterCameraState)