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