timeToCheckTrafficAlongRoutesSec static method

  1. @Deprecated('Use timeToCheckTrafficAlongRoutes getter instead')
int timeToCheckTrafficAlongRoutesSec()

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:

Implementation

@Deprecated('Use timeToCheckTrafficAlongRoutes getter instead')
static int timeToCheckTrafficAlongRoutesSec() {
  final OperationResult resultString = staticMethod(
    'Debug',
    'timeToCheckTrafficAlongRoutesSec',
  );
  return resultString['result'];
}