h3IndexesAreNeighbors abstract method

bool h3IndexesAreNeighbors(
  1. BigInt origin,
  2. BigInt destination
)

Returns whether or not two H3 indexes are neighbors (share an edge)

Implementation

bool h3IndexesAreNeighbors(BigInt origin, BigInt destination);