abstract fun showTrafficOnRoute(routeId: Long, trafficStyle: MutableMap<RouteTrafficStyle!, MutableList<TrafficData!>!>!): Unit
Draw the traffic on the route.
routeId - Long: The id of the map's route.
trafficStyle - MutableMap<RouteTrafficStyle!, MutableList<TrafficData!>!>!: Map of RouteTrafficStyle as the key and array with TrafficData as values.