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
To reproduce, run: new S2Cell(new S2CellId(-9182983676231680000))
new S2Cell(new S2CellId(-9182983676231680000))
new S2Cell(new S2CellId('-9182983676231680000')) does not trigger the error.
new S2Cell(new S2CellId('-9182983676231680000'))
The text was updated successfully, but these errors were encountered:
Hello @Mygod this is because S2CellId accepts either Long or string passing a number will cause the error.
Long
string
Sorry, something went wrong.
Passing any other number seems to work fine though. Just this specific number triggers the error.
No branches or pull requests
To reproduce, run:
new S2Cell(new S2CellId(-9182983676231680000))
new S2Cell(new S2CellId('-9182983676231680000'))
does not trigger the error.The text was updated successfully, but these errors were encountered: