sdk-maps / com.tomtom.online.sdk.map / TrafficExtensions / turnOnVectorTrafficFlowTiles

turnOnVectorTrafficFlowTiles

@DeprecatedSince("2020.06", "turnOnTrafficFlowTiles()") abstract fun turnOnVectorTrafficFlowTiles(): Unit

Set traffic tiles to vector. Default traffic style is RelativeTrafficFlowStyle.

@DeprecatedSince("2020.06", "turnOnTrafficFlowTiles()") abstract fun turnOnVectorTrafficFlowTiles(trafficFlowTilesStyle: TrafficFlowType.VectorTrafficFlowType!): Unit

Set traffic tiles to vector. This is the default and recommended value. Specify the style by: AbsoluteTrafficFlowStyle RelativeTrafficFlowStyle, RelativeDelayTrafficFlowStyle ReducedSensitivityTrafficFlowStyle

Parameters

trafficFlowTilesStyle - TrafficFlowType.VectorTrafficFlowType!: The type and style of traffic flow.