polygonToCellsExperimental method
@brief cells within the given polygon
Implementation
int polygonToCellsExperimental(
ffi.Pointer<GeoPolygon> polygon,
int res,
int flags,
int size,
ffi.Pointer<H3Index> out,
) {
return _polygonToCellsExperimental(
polygon,
res,
flags,
size,
out,
);
}