toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-dash-config
/
com.mapbox.dash.sdk.config.api
/
SymbolDescriptorSearchSuggestions
Symbol
Descriptor
Search
Suggestions
@
Serializable
abstract
class
SymbolDescriptorSearchSuggestions
:
SymbolDescriptor
Inheritors
Category
ChargingStation
Members
Types
Category
Link copied to clipboard
@
Serializable
class
Category
(
val
id
:
String
,
val
coordinate
:
Point
,
val
themeId
:
ThemeId
,
val
index
:
Int
,
val
categories
:
List
<
SearchCategory
>
)
:
SymbolDescriptorSearchSuggestions
Charging
Station
Link copied to clipboard
@
Serializable
class
ChargingStation
(
val
id
:
String
,
val
coordinate
:
Point
,
val
themeId
:
ThemeId
,
val
index
:
Int
,
val
categories
:
List
<
SearchCategory
>
,
val
evState
:
Pair
<
DashEvStatus
,
DashEvStationCapacity
>
)
:
SymbolDescriptorSearchSuggestions
Properties
categories
Link copied to clipboard
abstract
val
categories
:
List
<
SearchCategory
>
coordinate
Link copied to clipboard
abstract
val
coordinate
:
Point
id
Link copied to clipboard
abstract
val
id
:
String
index
Link copied to clipboard
abstract
val
index
:
Int
theme
Id
Link copied to clipboard
abstract
val
themeId
:
ThemeId