예제 #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();
 }