rotationCenter property

ScreenPoint? get rotationCenter

Точка на экране, вокруг которой вращается карта.

Implementation

ScreenPoint? get rotationCenter {
  _COptional_CScreenPoint res = _CDirectMapRotationEvent_rotationCenter(_CDirectMapRotationEventMakeDefault().._impl=_self);
  return res._toDart();
}