예제 #1
0
파일: Api.cs 프로젝트: wangpei421/h3net
 /// <summary>
 /// exact length for a specific unidirectional edge in meters*/
 /// </summary>
 public static decimal ExactEdgeLengthM(H3Index edge)
 {
     return(edge.ExactEdgeLengthM());
 }