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