maxPolygonToCellsSize method
@defgroup polygonToCells polygonToCells Functions for polygonToCells @{ / /** @brief maximum number of cells that could be in the polygon
Implementation
int maxPolygonToCellsSize(
ffi.Pointer<GeoPolygon> geoPolygon,
int res,
int flags,
ffi.Pointer<ffi.Int64> out,
) {
return _maxPolygonToCellsSize(
geoPolygon,
res,
flags,
out,
);
}