position property
GeoPoint
get
position
Местоположение центра окружности.
Implementation
GeoPoint get position {
_CGeoPoint res = _CCircle_position(_CCircleMakeDefault().._impl=_self);
return res._toDart();
}
set
position
(GeoPoint position)
Implementation
set position(GeoPoint position) {
var _a1 = position._copyFromDartTo_CGeoPoint();
_CResult_CEmpty res = _CCircle_setPosition_CGeoPoint(_CCircleMakeDefault().._impl=_self, _a1);
res._toDart();
res._releaseIntermediate();
}