h3ToChildren abstract method

List<BigInt> h3ToChildren(
  1. BigInt h3Index,
  2. int resolution
)

Get the children/descendents of the given h3Index hexagon at a particular resolution

Implementation

List<BigInt> h3ToChildren(BigInt h3Index, int resolution);