maxPolygonToCellsSizeExperimental method
@defgroup polygonToCellsExperimental polygonToCellsExperimental Functions for polygonToCellsExperimental. This is an experimental-only API and is subject to change in minor versions. @{ / /** @brief maximum number of cells that could be in the polygon
Implementation
int maxPolygonToCellsSizeExperimental(
ffi.Pointer<GeoPolygon> polygon,
int res,
int flags,
ffi.Pointer<ffi.Int64> out,
) {
return _maxPolygonToCellsSizeExperimental(
polygon,
res,
flags,
out,
);
}