compact abstract method

List<BigInt> compact(
  1. List<BigInt> hexagons
)

Compact a set of hexagons of the same resolution into a set of hexagons across multiple levels that represents the same area.

Implementation

List<BigInt> compact(List<BigInt> hexagons);