| Package | Description |
|---|---|
| com.uber.h3core |
| Modifier and Type | Method and Description |
|---|---|
List<List<Long>> |
H3Core.hexRange(long h3,
int k)
Returns in order neighbor traversal.
|
List<List<String>> |
H3Core.hexRange(String h3Address,
int k)
Returns in order neighbor traversal.
|
List<Long> |
H3Core.hexRing(long h3,
int k)
Returns in order neighbor traversal, of indexes with distance of
k. |
List<String> |
H3Core.hexRing(String h3Address,
int k)
Returns in order neighbor traversal, of indexes with distance of
k. |
Copyright © 2018 Uber Open Source. All rights reserved.