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