h3ToGeo method

void h3ToGeo(
  1. int h3,
  2. Pointer<GeoCoord> g
)

Implementation

void h3ToGeo(
  int h3,
  ffi.Pointer<GeoCoord> g,
) {
  return _h3ToGeo(
    h3,
    g,
  );
}