getH3UnidirectionalEdgeBoundary abstract method

List<GeoCoord> getH3UnidirectionalEdgeBoundary(
  1. BigInt edgeIndex
)

Get the vertices of a given edge as an array of lat, lng points. Note that for edges that cross the edge of an icosahedron face, this may return 3 coordinates.

Implementation

List<GeoCoord> getH3UnidirectionalEdgeBoundary(BigInt edgeIndex);