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