trafficOnRoute property

TrafficOnRoute? trafficOnRoute

Traffic information for the current route. This impacts RouteProgress updates as the duration of the SectionProgress might change. However, the remaining distance and the route geometry will remain unchanged. Gets the traffic information for the current route.

Implementation

TrafficOnRoute? get trafficOnRoute;
void trafficOnRoute=(TrafficOnRoute? value)

Traffic information for the current route. This impacts RouteProgress updates as the duration of the SectionProgress might change. However, the remaining distance and the route geometry will remain unchanged. Sets the traffic information for the current route.

Implementation

set trafficOnRoute(TrafficOnRoute? value);