Android Question What three words api (solved)

Colin Evans

Active Member
Licensed User
Longtime User
Hi does anyone have knowledge of how to integrate / use the 'what three words' api

Any examples would be gratefully received
 

emexes

Expert
Licensed User
Longtime User
I have a vague recollection they effectively crippled it by adding arbitrary desirable combinations that they could sell. :rolleyes:

But if you put that to one side, then the algorithm was pretty straightforward.
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
It is just a simple GET Request.
You can use okhttputils2 for it.

 
Last edited:
Upvote 0
Top