zoomOutAfterManeuverAnimationDuration property

Duration get zoomOutAfterManeuverAnimationDuration

Длительность плавного уменьшения уровня масштабирования после проезда манёвра.

Implementation

Duration get zoomOutAfterManeuverAnimationDuration {
  _CTimeInterval res = _CZoomFollowSettings_getZoomOutAfterManeuverAnimationDuration(_CZoomFollowSettingsMakeDefault().._impl=_self);
  return res._toDart();
}
set zoomOutAfterManeuverAnimationDuration (Duration duration)

Implementation

set zoomOutAfterManeuverAnimationDuration(Duration duration) {
  var _a1 = duration._copyFromDartTo_CTimeInterval();
  void res = _CZoomFollowSettings_setZoomOutAfterManeuverAnimationDuration_CTimeInterval(_CZoomFollowSettingsMakeDefault().._impl=_self, _a1);
  return res;
}