ext/h3/src/docs/api/misc.md in h3-3.4.0 vs ext/h3/src/docs/api/misc.md in h3-3.4.4
- old
+ new
@@ -53,5 +53,21 @@
```
int64_t numHexagons(int res);
```
Number of unique **H3** indexes at the given resolution.
+
+## getRes0Indexes
+
+```
+void getRes0Indexes(H3Index *out);
+```
+
+All the resolution 0 **H3** indexes.
+
+## res0IndexCount
+
+```
+int res0IndexCount();
+```
+
+Number of resolution 0 **H3** indexes.