StyleZoomFollowController constructor
StyleZoomFollowController([
- Duration animationDuration = const Duration(milliseconds: 300)
Создание контроллера слежения за стилевым уровнем масштабирования карты.
Implementation
factory StyleZoomFollowController(
[Duration animationDuration = const Duration(milliseconds: 300)
]) {
var _a0 = animationDuration._copyFromDartTo_CTimeInterval();
_CStyleZoomFollowController res = _CStyleZoomFollowController_C_createWith_CTimeInterval(_a0);
return StyleZoomFollowController._create(res._impl);
}