We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A routine which returns the compact set within k distance of a given cell.
gridDiskCompact(H3Index origin, int k, H3Index* out)
Equivalent to
gridDisk | compactCells
gridDisk followed by compacting benchmark
compact 10 time: [9.2283 µs 9.2497 µs 9.2754 µs] compact 50 time: [15.040 ms 15.069 ms 15.104 ms]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A routine which returns the compact set within k distance of a given cell.
Equivalent to
gridDisk followed by compacting benchmark
The text was updated successfully, but these errors were encountered: