expandRect function

GeoRect expandRect(
  1. GeoRect rect1,
  2. GeoRect rect2
)

Implementation

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