isGeoRectValid function

bool isGeoRectValid(
  1. GeoRect geoRect
)

Implementation

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