toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-themes
/
com.mapbox.dash.theming.icons
/
RouteFeaturesIconSet
Route
Features
Icon
Set
@
Immutable
class
RouteFeaturesIconSet
(
val
borderCrossing
:
DashIcon
,
val
charging
:
DashIcon
,
val
timezone
:
DashIcon
,
val
tolls
:
DashIcon
)
Members
Constructors
Route
Features
Icon
Set
Link copied to clipboard
constructor
(
colors
:
DashColors
,
context
:
Context
,
borderCrossing
:
DashIcon
=
DashIcon(context) { borderCrossing() }
,
charging
:
DashIcon
=
DashIcon(context) { charging(colors) }
,
timezone
:
DashIcon
=
DashIcon(context) { timezone() }
,
tolls
:
DashIcon
=
DashIcon(context) { tolls() }
)
constructor
(
borderCrossing
:
DashIcon
,
charging
:
DashIcon
,
timezone
:
DashIcon
,
tolls
:
DashIcon
)
Properties
border
Crossing
Link copied to clipboard
val
borderCrossing
:
DashIcon
charging
Link copied to clipboard
val
charging
:
DashIcon
timezone
Link copied to clipboard
val
timezone
:
DashIcon
tolls
Link copied to clipboard
val
tolls
:
DashIcon
Functions
copy
Link copied to clipboard
fun
copy
(
borderCrossing
:
DashIcon
=
this.borderCrossing
,
charging
:
DashIcon
=
this.charging
,
timezone
:
DashIcon
=
this.timezone
,
tolls
:
DashIcon
=
this.tolls
)
:
RouteFeaturesIconSet
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int