betterRouteTimeCostThreshold property
Duration
get
betterRouteTimeCostThreshold
Минимальная разница во времени движения между исходным маршрутом и альтернативным маршрутом, при которой альтернативный маршрут считается маршрутом лучше.
Implementation
Duration get betterRouteTimeCostThreshold {
_CTimeInterval res = _CAlternativeRoutesProviderSettings_betterRouteTimeCostThreshold(_CAlternativeRoutesProviderSettingsMakeDefault().._impl=_self);
return res._toDart();
}
set
betterRouteTimeCostThreshold
(Duration threshold)
Implementation
set betterRouteTimeCostThreshold(Duration threshold) {
var _a1 = threshold._copyFromDartTo_CTimeInterval();
void res = _CAlternativeRoutesProviderSettings_setBetterRouteTimeCostThreshold_CTimeInterval(_CAlternativeRoutesProviderSettingsMakeDefault().._impl=_self, _a1);
return res;
}