Uncompact a compacted set of hexagons to hexagons of the same resolution

h3_uncompact(compactedSet, res)

Arguments

compactedSet

Array.<H3Index> H3 indexes to uncompact

res

Number The resolution to uncompact to

Value

Array.<H3Index> - The uncompacted H3 indexes

Details

Throws Error If the input is invalid (e.g. invalid resolution)