h3ToCenterChild method

int h3ToCenterChild(
  1. int h,
  2. int childRes
)

Implementation

int h3ToCenterChild(
  int h,
  int childRes,
) {
  return _h3ToCenterChild(
    h,
    childRes,
  );
}