timeToCheckTrafficAlongRoutesSec static method
Get the remaining time until the next check for traffic conditions along all routes.
Returns
- Time in seconds until the next traffic check along all routes.
Also see:
- NavigationService - Service managing navigation sessions, including route updates.
- checkTrafficAlongRoutes - Method to initiate a traffic check along all routes.
Implementation
static int timeToCheckTrafficAlongRoutesSec() {
final OperationResult resultString = staticMethod(
'Debug',
'timeToCheckTrafficAlongRoutesSec',
);
return resultString['result'];
}