google / open-location-code

Open Location Code is a library to generate short codes, called "plus codes", that can be used as digital addresses where street addresses don't exist.
https://plus.codes
Apache License 2.0
4.07k stars 473 forks source link

Add backward algorithm #578

Open jidanni opened 5 months ago

jidanni commented 5 months ago

https://github.com/google/open-location-code/blob/main/docs/specification.md#least-significant-five-digits only has the forward algorithm (lat_lon to OLC/Plus Code).

How to get back (from codes to lat_lon) is missing from the page!