getH3UnidirectionalEdgesFromHexagon abstract method

List<BigInt> getH3UnidirectionalEdgesFromHexagon(
  1. BigInt edgeIndex
)

Get all of the unidirectional edges with the given H3 index as the origin (i.e. an edge to every neighbor)

Implementation

List<BigInt> getH3UnidirectionalEdgesFromHexagon(BigInt edgeIndex);