bounds property

GeoRect get bounds

Прямоугольник минимального размера, содержащий геометрию.

Implementation

GeoRect get bounds {
  _CGeoRect res = _CSimpleMapObject_bounds(_CSimpleMapObjectMakeDefault().._impl=_self);
  return res._toDart();
}