estimatedArrivalTimeShift property
Time zone shift for estimated arrival time, in minutes.
The time zone shift of estimated arrival time for this segment of the route, in minutes.
Implementation
double get estimatedArrivalTimeShift {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_DirectionEvent_getEstimatedArrivalTimeShift(
_handle, errorHandler);
});
}