コード例 #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));
 }