h3IndexesAreNeighbors method

int h3IndexesAreNeighbors(
  1. int origin,
  2. int destination
)

Implementation

int h3IndexesAreNeighbors(
  int origin,
  int destination,
) {
  return _h3IndexesAreNeighbors(
    origin,
    destination,
  );
}