h3ToParent abstract method

BigInt h3ToParent(
  1. BigInt h3Index,
  2. int resolution
)

Get the parent of the given h3Index hexagon at a particular resolution

Returns 0 when result can't be calculated

Implementation

BigInt h3ToParent(BigInt h3Index, int resolution);