zoomInBeforeManeuverAnimationDuration property
Duration
get
zoomInBeforeManeuverAnimationDuration
Длительность плавного увеличения уровня зума при приближении к манёвру. Используется только если скорость ниже, чем в get_min_speed_to_consider_in_zoom_in_before_maneuver_animation.
Implementation
Duration get zoomInBeforeManeuverAnimationDuration {
_CTimeInterval res = _CZoomFollowSettings_getZoomInBeforeManeuverAnimationDuration(_CZoomFollowSettingsMakeDefault().._impl=_self);
return res._toDart();
}
set
zoomInBeforeManeuverAnimationDuration
(Duration duration)
Implementation
set zoomInBeforeManeuverAnimationDuration(Duration duration) {
var _a1 = duration._copyFromDartTo_CTimeInterval();
void res = _CZoomFollowSettings_setZoomInBeforeManeuverAnimationDuration_CTimeInterval(_CZoomFollowSettingsMakeDefault().._impl=_self, _a1);
return res;
}