示例#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());
 }