timeToCheckTrafficAlongRoutes property

int get timeToCheckTrafficAlongRoutes

Get the remaining time in seconds 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

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