cellToBoundary method

int cellToBoundary(
  1. int h3,
  2. Pointer<CellBoundary> gp
)

@defgroup cellToBoundary cellToBoundary Functions for cellToBoundary @{ / /** @brief give the cell boundary in lat/lng coordinates for the cell h3

Implementation

int cellToBoundary(
  int h3,
  ffi.Pointer<CellBoundary> gp,
) {
  return _cellToBoundary(
    h3,
    gp,
  );
}