RouteFeaturesIconSet

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() }, eco: DashIcon = DashIcon(context) { eco() })
constructor(borderCrossing: DashIcon, charging: DashIcon, timezone: DashIcon, tolls: DashIcon, eco: DashIcon)