@DeprecatedSince(2020, 6) abstract fun turnOnRasterTrafficFlowTiles(): Unit
Set traffic tiles to raster. Default traffic style is RelativeTrafficFlowStyle
.
@DeprecatedSince(2020, 6) abstract fun turnOnRasterTrafficFlowTiles(trafficFlowTilesStyle: TrafficFlowType.RasterTrafficFlowType!): Unit
Set traffic tiles flow to raster. The default and recommended method is VectorTrafficFlowType
. Specify the style by AbsoluteTrafficFlowStyle
, RelativeTrafficFlowStyle
, RelativeDelayTrafficFlowStyle
trafficFlowTilesStyle
- TrafficFlowType.RasterTrafficFlowType!: The type and style of traffic flow.