示例#1
0
文件: Api.cs 项目: wangpei421/h3net
 /// <summary>
 /// give the cell boundary in lat/lon coordinates for the cell h3
 /// </summary>
 public static void H3ToGeoBoundary(H3Index h3, out GeoBoundary gb)
 {
     gb = h3.ToGeoBoundary();
 }