shiftedPoint property

ScreenPoint get shiftedPoint

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

Implementation

ScreenPoint get shiftedPoint {
  _CScreenPoint res = _CDirectMapShiftEvent_shiftedPoint(_CDirectMapShiftEventMakeDefault().._impl=_self);
  return res._toDart();
}