PropertiesPerMagnitudeOfDelay

data class PropertiesPerMagnitudeOfDelay(    val lineColor: Color,     val lineOutlineColor: Color,     val markerLabelTextColor: Color,     val markerLabelTextOutlineColor: Color)

The traffic incident style properties that have specific values per magnitude of delay.

Traffic incidents may have different magnitudes of delay associated with them: unknown, minor, moderate, major, or indefinite. PropertiesPerMagnitudeOfDelay stores traffic incident style properties whose specific values depend on the magnitude of delay.

Constructors

Link copied to clipboard
fun PropertiesPerMagnitudeOfDelay(    lineColor: Color,     lineOutlineColor: Color,     markerLabelTextColor: Color,     markerLabelTextOutlineColor: Color)

Properties

Link copied to clipboard
val lineColor: Color
Link copied to clipboard
val lineOutlineColor: Color
Link copied to clipboard
val markerLabelTextColor: Color
Link copied to clipboard
val markerLabelTextOutlineColor: Color