h3ToGeoBoundary method

void h3ToGeoBoundary(
  1. int h3,
  2. Pointer<GeoBoundary> gp
)

Implementation

void h3ToGeoBoundary(
  int h3,
  ffi.Pointer<GeoBoundary> gp,
) {
  return _h3ToGeoBoundary(
    h3,
    gp,
  );
}