On that site, use the 'Find your code' button. Paste in the plus code, will display the location on map, can get the coordinates.
Or to do the decoding yourself, there is lots of implementations in different languages can use https://github.com/google/open-location-code As long as wanting to decode a 'full' 11 charactor or 'global' plus code, if wanting to decode shortened codes (a locatalty as a name, and 7 chars plus code) - much more complicated as need a geocoder. Not sure anyone has released a full decoder as opensource that fully supports decoding short codes. https://github.com/google/open-location-code/wiki/Guidance-for-shortening-codes Although there is an API if want that, means the complexity of decoding is offloaded to a remote server :) https://github.com/google/open-location-code/wiki/Plus-codes-API#functionality powered in part by the Google Maps API. On Tue, Feb 4, 2020 at 11:36 AM Sreenivasulu Saya <[email protected]> wrote: > Hi All, > > Given a Plus Code, it is possible to get the Lat/Long values? > > So fart, I did not find any mention of this in the office website of Plus > Code: https://plus.codes/ > > If if there any documentation regarding this, please share it. > > Regards, > --Sreeni Saya > Bangalore, India. > > -- > Public site: http://www.openlocationcode.com/ > Github project: https://github.com/google/open-location-code > Demo site: http://plus.codes/ > --- > You received this message because you are subscribed to the Google Groups > "Plus Codes Community Forum" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web, visit > https://groups.google.com/d/msgid/open-location-code/47140a46-66f7-4994-9c84-e8580efc352e%40googlegroups.com > <https://groups.google.com/d/msgid/open-location-code/47140a46-66f7-4994-9c84-e8580efc352e%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- Public site: http://www.openlocationcode.com/ Github project: https://github.com/google/open-location-code Demo site: http://plus.codes/ --- You received this message because you are subscribed to the Google Groups "Plus Codes Community Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web, visit https://groups.google.com/d/msgid/open-location-code/CAJCAUuLiTi8b%2BWLtEf2vOLHRyZ3x8wQeY4zFYQk_0wKrjSdh3w%40mail.gmail.com.
