expandRect method

GeoRect expandRect(
  1. GeoRect rect2
)

Implementation

GeoRect expandRect(
  GeoRect rect2
)  {
  var _a0 = this._copyFromDartTo_CGeoRect();
  var _a1 = rect2._copyFromDartTo_CGeoRect();
  _CGeoRect res = _CFunction_G_expandRect_With_CGeoRect_CGeoRect(_a0, _a1);
  return res._toDart();
}