position property
GeoPointWithElevation
get
position
Получение позиции кластера на карте.
Implementation
GeoPointWithElevation get position {
_CGeoPointWithElevation res = _CClusterObject_position(_CClusterObjectMakeDefault().._impl=_self);
return res._toDart();
}