DriverNotificationIconSet

constructor(context: Context, fastAlternative: DashIcon = DashIcon(context, R.drawable.ic_navux_driver_notification_faster_route_available), borderCrossing: DashIcon = DashIcon(context, R.drawable.ic_navux_driver_notification_border_crossing), heavyTraffic: DashIcon = DashIcon(context, R.drawable.ic_navux_driver_notification_heavy_traffic), speedCamera: DashIcon = DashIcon(context, R.drawable.ic_navux_driver_notification_speed_camera), speedCameraRedLight: DashIcon = DashIcon(context, R.drawable.ic_navux_driver_notification_speed_camera_red_light), speedControlZone: DashIcon = DashIcon(context, R.drawable.ic_navux_driver_notification_speed_control_zone), cameraRedLight: DashIcon = DashIcon(context, R.drawable.ic_navux_driver_notification_camera_red_light), dangerZone: DashIcon = DashIcon(context, R.drawable.ic_navux_driver_notification_danger_zone), chargingNeeded: DashIcon = DashIcon(context, R.drawable.ic_navux_driver_notification_charging_needed), skipCharging: DashIcon = DashIcon(context, R.drawable.ic_navux_driver_notification_skip_charging), evChargingStationBusy: DashIcon = DashIcon(context, R.drawable.ic_navux_driver_notification_ev_charging_station_busy), accident: DashIcon = DashIcon(context, R.drawable.ic_navux_driver_notification_accident), congestion: DashIcon = DashIcon(context, R.drawable.ic_navux_driver_notification_congestion), construction: DashIcon = DashIcon(context, R.drawable.ic_navux_driver_notification_construction), disabledVehicle: DashIcon = DashIcon(context, R.drawable.ic_navux_driver_notification_disabled_vehicle), laneRestriction: DashIcon = DashIcon(context, R.drawable.ic_navux_driver_notification_lane_restriction), massTransit: DashIcon = DashIcon(context, R.drawable.ic_navux_driver_notification_mass_transit), miscellaneous: DashIcon = DashIcon(context, R.drawable.ic_navux_driver_notification_universal), otherNews: DashIcon = DashIcon(context, R.drawable.ic_navux_driver_notification_universal), plannedEvent: DashIcon = DashIcon(context, R.drawable.ic_navux_driver_notification_planned_event), roadClosure: DashIcon = DashIcon(context, R.drawable.ic_navux_driver_notification_road_closure), roadHazard: DashIcon = DashIcon(context, R.drawable.ic_navux_driver_notification_universal), unknown: DashIcon = DashIcon(context, R.drawable.ic_navux_driver_notification_universal), weather: DashIcon = DashIcon(context, R.drawable.ic_navux_driver_notification_weather), japanAccident: DashIcon = DashIcon(context, R.drawable.ic_navux_driver_notification_japan_accident), japanCongestion: DashIcon = DashIcon(context, R.drawable.ic_navux_driver_notification_japan_congestion), japanConstruction: DashIcon = DashIcon(context, R.drawable.ic_navux_driver_notification_japan_construction), japanDisabledVehicle: DashIcon = DashIcon(context, R.drawable.ic_navux_driver_notification_japan_disabled_vehicle), japanLaneRestriction: DashIcon = DashIcon(context, R.drawable.ic_navux_driver_notification_japan_lane_restriction), japanRoadClosure: DashIcon = DashIcon(context, R.drawable.ic_navux_driver_notification_japan_road_closure), japanWeather: DashIcon = DashIcon(context, R.drawable.ic_navux_driver_notification_japan_weather))
constructor(fastAlternative: DashIcon, borderCrossing: DashIcon, heavyTraffic: DashIcon, speedCamera: DashIcon, speedCameraRedLight: DashIcon, speedControlZone: DashIcon, cameraRedLight: DashIcon, dangerZone: DashIcon, chargingNeeded: DashIcon, skipCharging: DashIcon, evChargingStationBusy: DashIcon, accident: DashIcon, congestion: DashIcon, construction: DashIcon, disabledVehicle: DashIcon, laneRestriction: DashIcon, massTransit: DashIcon, miscellaneous: DashIcon, otherNews: DashIcon, plannedEvent: DashIcon, roadClosure: DashIcon, roadHazard: DashIcon, unknown: DashIcon, weather: DashIcon, japanAccident: DashIcon, japanCongestion: DashIcon, japanConstruction: DashIcon, japanDisabledVehicle: DashIcon, japanLaneRestriction: DashIcon, japanRoadClosure: DashIcon, japanWeather: DashIcon)