The Wayback Machine - http://web.archive.org/web/20221021025947/https://github.com/google/open-location-code/issues/442
Skip to content
New issue

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

Official implementation inaccurately refers to a plus code as encoding a "point" #442

Closed

fulldecent opened this issue Apr 25, 2021 · 2 comments

Comments

@fulldecent
Copy link
Contributor

fulldecent commented Apr 25, 2021

In the CPP implementation:

The codes can be easily read and remembered, and truncating codes converts
them from a point to an area, meaning that where extreme accuracy is not
required the codes can be shortened.

This is inaccurate. Plus codes never encode a point. They encode areas of various sizes.

@fulldecent
Copy link
Contributor Author

fulldecent commented Apr 25, 2021

Recommended tag: implementation

bocops added a commit to bocops/open-location-code that referenced this issue Apr 30, 2021
Fixing google#442 by not calling a small area a point.
@fulldecent
Copy link
Contributor Author

fulldecent commented Jun 4, 2021

This is fixed in #463 by specifying:

A Plus Code represents a locus of coordinates ("area")...

@bilst bilst closed this as completed Sep 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants