示例#1
0
文件: Api.cs 项目: wangpei421/h3net
 /// <summary>
 /// Returns the GeoBoundary containing the coordinates of the edge
 /// </summary>
 public static void GetH3UnidirectionalEdgeBoundary(H3Index edge, out GeoBoundary gb)
 {
     gb = edge.UniEdgeToGeoBoundary();
 }