Page 1 of 1

How to generate plus code(postman) from latitude and longitude (GPS)

Posted: April 8th, 2024, 9:33 am
by Xavi
Hello every one,
Need help on how to generate plus code(postman) from latitude and longitude (GPS) in CS PRo

Re: How to generate plus code(postman) from latitude and longitude (GPS)

Posted: April 8th, 2024, 10:46 am
by Gregory Martin
There is no built-in functionality within CSPro to do this, but you could likely create your own algorithm to do this by looking at Google's source code for calculating these. For example:

https://github.com/google/open-location ... ee/main/js

Perhaps we'll include support for Plus Codes in a future release.

Re: How to generate plus code(postman) from latitude and longitude (GPS)

Posted: April 9th, 2024, 3:53 am
by emmayashri
Hey hi, you can use postman.
Use the Google Maps Geocoding API endpoint and replace latitude and longitude with actual coordinates, and YOUR_API_KEY with your API key. Send a GET request and parse the response to extract the Plus Code.