Exemple #1
0
 /// <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();
 }