anchor property

Anchor get anchor

Получение и установка точки привязки иконки кластера.

Implementation

Anchor get anchor {
  _CAnchor res = _CSimpleClusterObject_anchor(_CSimpleClusterObjectMakeDefault().._impl=_self);
  return res._toDart();
}
set anchor (Anchor anchor)

Implementation

set anchor(Anchor anchor) {
  var _a1 = anchor._copyFromDartTo_CAnchor();
  void res = _CSimpleClusterObject_setAnchor_CAnchor(_CSimpleClusterObjectMakeDefault().._impl=_self, _a1);
  return res;
}