h3IsValid abstract method

bool h3IsValid(
  1. BigInt h3Index
)

Determines if h3Index is a valid cell (hexagon or pentagon)

Implementation

bool h3IsValid(BigInt h3Index);