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
Using the example, the following coordinates (southern Germany) should return something like '12023000002' .
Instead returns it '1022302022' (Norwegian Sea) which seems to be quite far off...
Or am I doing something wrong?
var coordinate = { lat: 48.69, lng: 11.25 }; var precision = 11;
The text was updated successfully, but these errors were encountered:
Thanks for raising the issue. We will take a look. If you find the problem feel free to make a pull request.
Sorry, something went wrong.
No branches or pull requests
Using the example, the following coordinates (southern Germany) should return something like '12023000002' .
Instead returns it '1022302022' (Norwegian Sea) which seems to be quite far off...
Or am I doing something wrong?
The text was updated successfully, but these errors were encountered: