Hacker News new | ask | show | jobs
by kwhitefoot 1895 days ago
Clicking on a map location in Google maps shows a context menu where the first entry is the latitude and longitude, click that and it copies it to the clipboard. No need to use a Google specific encoding.
1 comments

I'm not sure that using Google Maps to demonstrate copying a single way of encoding coordinates vs using an open standard is a terribly convincing argument.

Having a field that takes lat and lon has all sorts of ways to enter data either incorrectly, or in an unexpected format - if someone has coordinates from some other source they might be typing it in, rather than copy/pasting.

Also, as others have mentioned - plus codes (or Open Location Codes) are an open standard that can be implemented by anyone under an Apache 2.0 license with a whole bunch of example implementations on github[1]

[1] https://github.com/google/open-location-code