position property
GeoPointWithElevation
get
position
Местоположения модели.
Implementation
GeoPointWithElevation get position {
_CGeoPointWithElevation res = _CModelMapObject_position(_CModelMapObjectMakeDefault().._impl=_self);
return res._toDart();
}
set
position
(GeoPointWithElevation position)
Implementation
set position(GeoPointWithElevation position) {
var _a1 = position._copyFromDartTo_CGeoPointWithElevation();
void res = _CModelMapObject_setPosition_CGeoPointWithElevation(_CModelMapObjectMakeDefault().._impl=_self, _a1);
return res;
}