scalingCenter property

GestureActionPoint get scalingCenter

Точка, относительно которой производится масштабирование карты.

Implementation

GestureActionPoint get scalingCenter {
  _CGestureActionPoint res = _CScalingGestureSettings_scalingCenter(_CScalingGestureSettingsMakeDefault().._impl=_self);
  return res._toDart();
}
set scalingCenter (GestureActionPoint actionPoint)

Implementation

set scalingCenter(GestureActionPoint actionPoint) {
  var _a1 = actionPoint._copyFromDartTo_CGestureActionPoint();
  void res = _CScalingGestureSettings_setScalingCenter_CGestureActionPoint(_CScalingGestureSettingsMakeDefault().._impl=_self, _a1);
  return res;
}