h3GetFaces abstract method

List<int> h3GetFaces(
  1. BigInt h3Index
)

Find all icosahedron faces intersected by a given H3 index

Implementation

List<int> h3GetFaces(BigInt h3Index);