toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-state
/
com.mapbox.dash.state
/
State
/
TripPlanning
/
DestinationSuggestions
/
Substate
/
SuggestionsOverview
Suggestions
Overview
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
data
class
SuggestionsOverview
(
val
suggestions
:
List
<
DestinationSearchResult
>
,
val
categoryOrQuery
:
String
)
:
State.TripPlanning.DestinationSuggestions.Substate
Members
Constructors
Suggestions
Overview
Link copied to clipboard
constructor
(
suggestions
:
List
<
DestinationSearchResult
>
,
categoryOrQuery
:
String
)
Properties
category
Or
Query
Link copied to clipboard
val
categoryOrQuery
:
String
suggestions
Link copied to clipboard
val
suggestions
:
List
<
DestinationSearchResult
>
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String