Beispiel #1
0
 /// <summary>
 /// exact length for a specific unidirectional edge in meters*/
 /// </summary>
 public static decimal ExactEdgeLengthM(H3Index edge)
 {
     return(edge.ExactEdgeLengthM());
 }