expandRect function
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();
}