toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-themes
/
com.mapbox.dash.theming.icons
/
TripProgressIconSet
/
TripProgressIconSet
Trip
Progress
Icon
Set
constructor
(
colors
:
DashColors
,
context
:
Context
,
charging
:
DashIcon
=
DashIcon(context) { charging(colors) }
,
puck
:
DashIcon
=
DashIcon(context) { puck() }
,
stop
:
DashIcon
=
DashIcon(context) { stop(colors) }
)
constructor
(
charging
:
DashIcon
,
puck
:
DashIcon
,
stop
:
DashIcon
)