timeToCheckTrafficAlongRoutesSec static method

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.

Throws:

  • An exception if it fails.

Implementation

static int timeToCheckTrafficAlongRoutesSec() {
  final OperationResult resultString = staticMethod(
    'Debug',
    'timeToCheckTrafficAlongRoutesSec',
  );
  return resultString['result'];
}