pointDist abstract method

double pointDist(
  1. GeoCoord a,
  2. GeoCoord b,
  3. H3Units unit
)

Calculates great circle distance between two geo points.

Implementation

double pointDist(GeoCoord a, GeoCoord b, H3Units unit);