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