styleZoomSpeedRangesAnimationDuration property

Duration get styleZoomSpeedRangesAnimationDuration

Длительность плавного изменения масштаба в режиме ведения при изменении скорости при отсутствии манёвров впереди/позади на достаточно близком расстоянии, либо на дорогах низкого значения.

Implementation

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

Implementation

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