示例#1
0
文件: Api.cs 项目: wangpei421/h3net
 /// <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));
 }