cellToLatLng method

int cellToLatLng(
  1. int h3,
  2. Pointer<LatLng> g
)

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