isGeoRectValid function
Implementation
bool isGeoRectValid(
GeoRect geoRect
){
var _a0 = geoRect._copyFromDartTo_CGeoRect();
bool res = _CFunction_G_isGeoRectValid_With_CGeoRect(_a0);
return res;
}
bool isGeoRectValid(
GeoRect geoRect
){
var _a0 = geoRect._copyFromDartTo_CGeoRect();
bool res = _CFunction_G_isGeoRectValid_With_CGeoRect(_a0);
return res;
}