rotationCenter property

GestureActionPoint get rotationCenter

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

Implementation

GestureActionPoint get rotationCenter {
  _CGestureActionPoint res = _CRotationGestureSettings_rotationCenter(_CRotationGestureSettingsMakeDefault().._impl=_self);
  return res._toDart();
}
set rotationCenter (GestureActionPoint actionPoint)

Implementation

set rotationCenter(GestureActionPoint actionPoint) {
  var _a1 = actionPoint._copyFromDartTo_CGestureActionPoint();
  void res = _CRotationGestureSettings_setRotationCenter_CGestureActionPoint(_CRotationGestureSettingsMakeDefault().._impl=_self, _a1);
  return res;
}