MagnitudeOfDelayProperties

constructor(    @ColorInt lineColor: Int,     @ColorInt lineOutlineColor: Int,     @ColorInt markerLabelTextColor: Int,     @ColorInt markerLabelTextOutlineColor: Int,     markerPinImageByCategory: Map<RouteTrafficIncidentStyle.TrafficIncidentCategoryKey, Image>,     markerIconImageByCategory: Map<RouteTrafficIncidentStyle.TrafficIncidentCategoryKey, Image>,     linePatternImage: Image? = null,     linePatternDisplay: RouteTrafficIncidentStyle.LinePatternDisplay = LinePatternDisplay(ZOOM_FULL_RANGE))