toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-fullscreen-search
/
com.mapbox.dash.fullscreen.search
/
CarImeSearchResultsProvider
/
DefaultItem
Default
Item
class
DefaultItem
(
val
category
:
Category
,
val
name
:
String
,
val
iconRes
:
Int
)
:
SearchSuggestItem
Members
Constructors
Default
Item
Link copied to clipboard
constructor
(
category
:
Category
,
name
:
String
,
iconRes
:
Int
)
Properties
category
Link copied to clipboard
val
category
:
Category
description
Link copied to clipboard
open
override
val
description
:
String
?
icon
Res
Link copied to clipboard
open
override
val
iconRes
:
Int
id
Link copied to clipboard
open
override
val
id
:
String
name
Link copied to clipboard
open
override
val
name
:
String
type
Link copied to clipboard
open
override
val
type
:
SearchSuggestItem.Type
Functions
select
Link copied to clipboard
open
suspend override
fun
select
(
)
:
DestinationSearchResult