@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
trafficFlowTilesStyle - TrafficFlowType.VectorTrafficFlowType!: The type and style of traffic flow.