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
Hi, can the demo site show the hexadecimal cell representation instead integer?
PS: at Javascript you can use also BigInt to store ID (or use a pair ID, bitlength to store Cell ID).
The text was updated successfully, but these errors were encountered:
Hi @ppKrauss Sorry for the late reply.
I want to understand in which case do you need a hexadecimal value? Because in our case, integer value is sufficient.
Sorry, something went wrong.
Hi @ariefrahmansyah , it is the context of human-readable hierarchical geocodes, https://en.wikipedia.org/wiki/Geocode
See demonstrations of base16h (hierarchical hexadecimal) and base32 representations here.
No branches or pull requests
Hi, can the demo site show the hexadecimal cell representation instead integer?
PS: at Javascript you can use also BigInt to store ID (or use a pair ID, bitlength to store Cell ID).
The text was updated successfully, but these errors were encountered: