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