position property
GeoPointWithElevation
get
position
Получение местоположения маркера.
Implementation
GeoPointWithElevation get position {
_CGeoPointWithElevation res = _CMarker_position(_CMarkerMakeDefault().._impl=_self);
return res._toDart();
}
set
position
(GeoPointWithElevation position)
Implementation
set position(GeoPointWithElevation position) {
var _a1 = position._copyFromDartTo_CGeoPointWithElevation();
void res = _CMarker_setPosition_CGeoPointWithElevation(_CMarkerMakeDefault().._impl=_self, _a1);
return res;
}