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