propertiesByMagnitudeOfDelay
val propertiesByMagnitudeOfDelay: Map<RouteTrafficIncidentStyle.MagnitudeOfDelayKey, RouteTrafficIncidentStyle.PropertiesByMagnitudeOfDelay>
Parameters
propertiesByMagnitudeOfDelay
Incident style properties by magnitude of delay. As a general rule, the dictionary must contain the keys of all possible magnitudes of delay. However, this rule is relaxed if you provide MagnitudeOfDelayKey.Any; the PropertiesByMagnitudeOfDelay associated with MagnitudeOfDelayKey.Any is used for the magnitudes of delay that were not specified with their specific keys. This means you can use the same PropertiesByMagnitudeOfDelay for all magnitudes of delay by providing only MagnitudeOfDelayKey.Any.