sdk-maps / com.tomtom.online.sdk.map / TrafficFlowType / BaseTrafficFlowStyle

BaseTrafficFlowStyle

@DeprecatedSince(2020, 6) open class BaseTrafficFlowStyle : TrafficFlowType
Deprecated: Deprecated in Java

Base for styles.

Constructors

<init>

BaseTrafficFlowStyle()
BaseTrafficFlowStyle(style: String!)

Functions

getTrafficStyle

open fun getTrafficStyle(): String!

toString

open fun toString(): String

Inheritors

AbsoluteTrafficFlowStyle

open class AbsoluteTrafficFlowStyle : TrafficFlowType.BaseTrafficFlowStyle, TrafficFlowType.RasterTrafficFlowType, TrafficFlowType.VectorTrafficFlowType

Absolute style. The colors will reflect the absolute speed measured.

ReducedSensitivityTrafficFlowStyle

open class ReducedSensitivityTrafficFlowStyle : TrafficFlowType.BaseTrafficFlowStyle, TrafficFlowType.RasterTrafficFlowType

Reduced-sensitivity traffic styler displays relative speeds but a larger difference from freeflow (depending on FRC) is required for segment to change the color.

RelativeDelayTrafficFlowStyle

open class RelativeDelayTrafficFlowStyle : TrafficFlowType.BaseTrafficFlowStyle, TrafficFlowType.RasterTrafficFlowType, TrafficFlowType.VectorTrafficFlowType

Relative-delay traffic style displays relative speeds only where they are different from the freeflow speeds.

RelativeTrafficFlowStyle

open class RelativeTrafficFlowStyle : TrafficFlowType.BaseTrafficFlowStyle, TrafficFlowType.RasterTrafficFlowType, TrafficFlowType.VectorTrafficFlowType

Relative style returns the speed relative to free-flow, highlighting areas of congestion.