Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Look up a location or a triple of words on the what3words service
ResourceFunction["What3WordsLookup"][loc] looks up the geo location loc on the what3words API. | |
ResourceFunction["What3WordsLookup"][{word1,word2,word3}] looks up the triple of words on the what3words API. |
Obtain an API key from the what3words website and enter it as your SystemCredential (one time only):
Look up your current location:
In[1]:= |
Out[2]= |
Show the square corresponding to the word triple in GeoGraphics:
In[3]:= |
Out[3]= |
Look up a given word triple:
In[4]:= |
Out[4]= |
This work is licensed under a Creative Commons Attribution 4.0 International License