getRes0Indexes abstract method

List<BigInt> getRes0Indexes()

Returns all H3 indexes at resolution 0. As every index at every resolution > 0 is the descendant of a res 0 index, this can be used with h3ToChildren to iterate over H3 indexes at any resolution.

Implementation

List<BigInt> getRes0Indexes();