estimatedArrivalTimeShift property

double estimatedArrivalTimeShift

Time zone shift for estimated arrive 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_DirectionManeuver_getEstimatedArrivalTimeShift(
        _handle, errorHandler);
  });
}