toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-search
/
com.mapbox.dash.fullscreen.search
/
SearchInteractionResult
/
MultipleSuggestionsSelected
Multiple
Suggestions
Selected
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
class
MultipleSuggestionsSelected
(
val
query
:
String
,
val
suggestions
:
List
<
SearchSuggestItem
>
)
:
SearchInteractionResult
Members
Constructors
Multiple
Suggestions
Selected
Link copied to clipboard
constructor
(
query
:
String
,
suggestions
:
List
<
SearchSuggestItem
>
)
Properties
query
Link copied to clipboard
val
query
:
String
suggestions
Link copied to clipboard
val
suggestions
:
List
<
SearchSuggestItem
>