containsPoint function
Implementation
bool containsPoint(
GeoRect rect,
GeoPoint point
){
var _a0 = rect._copyFromDartTo_CGeoRect();
var _a1 = point._copyFromDartTo_CGeoPoint();
bool res = _CFunction_G_containsPoint_With_CGeoRect_CGeoPoint(_a0, _a1);
return res;
}