示例#1
0
文件: Api.cs 项目: wangpei421/h3net
 /// <summary>
 /// find the lat/lon center point g of the cell h3
 /// </summary>
 public static void H3ToGeo(H3Index h3, out GeoCoord g)
 {
     g = h3.ToGeoCoord();
 }