Colin Evans Active Member Licensed User Longtime User Feb 11, 2025 #1 Hi does anyone have knowledge of how to integrate / use the 'what three words' api Any examples would be gratefully received
Hi does anyone have knowledge of how to integrate / use the 'what three words' api Any examples would be gratefully received
E emexes Expert Licensed User Longtime User Feb 12, 2025 #2 I have a vague recollection they effectively crippled it by adding arbitrary desirable combinations that they could sell. But if you put that to one side, then the algorithm was pretty straightforward. Upvote 0
I have a vague recollection they effectively crippled it by adding arbitrary desirable combinations that they could sell. But if you put that to one side, then the algorithm was pretty straightforward.
E emexes Expert Licensed User Longtime User Feb 12, 2025 #3 What about using the website? https://what3words.com/guard.cling.radio https://what3words.com/lat=-33.87000&lon=151.21001 Upvote 0
What about using the website? https://what3words.com/guard.cling.radio https://what3words.com/lat=-33.87000&lon=151.21001
DonManfred Expert Licensed User Longtime User Feb 12, 2025 #4 It is just a simple GET Request. You can use okhttputils2 for it. API Reference Docs | what3words Learn more about the what3words API including features such as coordinate conversion and AutoSuggest. developer.what3words.com Last edited: Feb 12, 2025 Upvote 0
It is just a simple GET Request. You can use okhttputils2 for it. API Reference Docs | what3words Learn more about the what3words API including features such as coordinate conversion and AutoSuggest. developer.what3words.com
E emexes Expert Licensed User Longtime User Feb 12, 2025 #5 The what3words app and map website www.what3words.com are free of charge to use. Bonus! Upvote 0
Colin Evans Active Member Licensed User Longtime User Feb 12, 2025 #6 Thanks for all your help Upvote 0