getResolution method

int getResolution(
  1. int h
)

@defgroup getResolution getResolution Functions for getResolution @{ / /** @brief returns the resolution of the provided H3 index Works on both cells and directed edges.

Implementation

int getResolution(
  int h,
) {
  return _getResolution(
    h,
  );
}