cellToBoundary method
@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,
);
}