childPosToCell function

H3Index childPosToCell(
  1. int childPos,
  2. H3Index parent,
  3. int childRes
)

Returns the child cell at childPos within parent at childRes.

Implementation

H3Index childPosToCell(int childPos, H3Index parent, int childRes) =>
    _unsupported();