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