cellToLatLng method
@defgroup cellToLatLng cellToLatLng Functions for cellToLatLng @{ / /** @brief find the lat/lng center point g of the cell h3
Implementation
int cellToLatLng(
int h3,
ffi.Pointer<LatLng> g,
) {
return _cellToLatLng(
h3,
g,
);
}