We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b86fe44 commit 2e4e814Copy full SHA for 2e4e814
src/main/java/com/uber/h3core/H3Core.java
@@ -778,7 +778,7 @@ public int getResolution(long h3) {
778
/**
779
* Returns the indexing digit of the index at `res`
780
*
781
- * @param h3 H3 index. TODO
+ * @param h3Address H3 index.
782
* @param res Resolution of the digit, <code>1 <= res <= 15</code>
783
* @throws IllegalArgumentException <code>res</code> is not between 0 and 15, inclusive.
784
*/
0 commit comments