/// <summary> /// returns the center child of the given hexagon at the specified resolution /// </summary> public static H3Index H3ToCenterChild(H3Index h, int childRes) { return(h.ToCenterChild(childRes)); }