trafficOnRouteColors property

TrafficOnRouteColors trafficOnRouteColors

Colors used to visualize traffic conditions on the route ahead of the current location, for segments with a jam factor of 4.0 or higher. For route segments with a jam factor below 4.0 and those behind the current location, RouteProgressColors are used instead. Gets colors used for visualization of traffic conditions on route.

Implementation

TrafficOnRouteColors get trafficOnRouteColors;
void trafficOnRouteColors=(TrafficOnRouteColors value)

Colors used to visualize traffic conditions on the route ahead of the current location, for segments with a jam factor of 4.0 or higher. For route segments with a jam factor below 4.0 and those behind the current location, RouteProgressColors are used instead. Sets colors used for visualization of traffic conditions on route.

Implementation

set trafficOnRouteColors(TrafficOnRouteColors value);