geoToH3 abstract method

BigInt geoToH3(
  1. GeoCoord geoCoord,
  2. int res
)

Find the H3 index of the resolution res cell containing the lat/lng

Implementation

BigInt geoToH3(GeoCoord geoCoord, int res);