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