| Package | Description |
|---|---|
| com.uber.h3core |
| Modifier and Type | Method and Description |
|---|---|
List<Long> |
H3Core.h3Line(long start,
long end)
Given two H3 indexes, return the line of indexes between them (inclusive
of endpoints).
|
List<String> |
H3Core.h3Line(String startAddress,
String endAddress)
Given two H3 indexes, return the line of indexes between them (inclusive
of endpoints).
|
Copyright © 2019 Uber Open Source. All rights reserved.