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