cellArea abstract method

double cellArea(
  1. BigInt h3Index,
  2. H3Units unit
)

Calculates exact area of a given cell in square units (e.g. m^2)

Implementation

double cellArea(BigInt h3Index, H3Units unit);