예제 #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));
 }