timeToBetterRoute property
int
get
timeToBetterRoute
Get the remaining time in seconds 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 get timeToBetterRoute {
final OperationResult resultString = staticMethod(
'Debug',
'timeToBetterRouteSec',
);
return resultString['result'];
}