toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-driver
/
com.mapbox.dash.driver.presentation.search
Package-level
declarations
Types
Functions
Types
Search
Panel
Composer
Link copied to clipboard
typealias
SearchPanelComposer
=
@
Composable
(
Modifier
,
SearchPanelState
)
->
Unit
Search
Panel
State
Link copied to clipboard
class
SearchPanelState
Represents the full screen search state.
Functions
Default
Search
Panel
View
Link copied to clipboard
@
Composable
fun
DefaultSearchPanelView
(
modifier
:
Modifier
,
state
:
SearchPanelState
)