ext/h3/src/docs/api/regions.md in h3-3.4.4 vs ext/h3/src/docs/api/regions.md in h3-3.5.0

- old
+ new

@@ -1,6 +1,8 @@ # Region functions +These functions convert H3 indexes to and from polygonal areas. + ## polyfill ``` void polyfill(const GeoPolygon* geoPolygon, int res, H3Index* out); ```