anchor property
      
      Anchor
      get
      anchor
      
    
    
Получение точки привязки иконки маркера.
Implementation
Anchor get anchor {
  _CAnchor res = _CMarker_anchor(_CMarkerMakeDefault().._impl=_self);
  return res._toDart();
}
      
      set
      anchor
      (Anchor anchor) 
      
    
    
    
Implementation
set anchor(Anchor anchor) {
  var _a1 = anchor._copyFromDartTo_CAnchor();
  void res = _CMarker_setAnchor_CAnchor(_CMarkerMakeDefault().._impl=_self, _a1);
  return res;
}