@DeprecatedSince(2020, 6) open class BaseTrafficFlowStyle : TrafficFlowType
Base for styles.
BaseTrafficFlowStyle() BaseTrafficFlowStyle(style: String!) |
open fun getTrafficStyle(): String! |
|
open fun toString(): String |
open class
Absolute style. The colors will reflect the absolute speed measured. |
|
open class
Reduced-sensitivity traffic styler displays relative speeds but a larger difference from freeflow (depending on FRC) is required for segment to change the color. |
|
open class
Relative-delay traffic style displays relative speeds only where they are different from the freeflow speeds. |
|
open class
Relative style returns the speed relative to free-flow, highlighting areas of congestion. |