Last chance! 50% off unlimited learning
Sale ends in
from_position
takes latitude/longitude pair (or sequence of them) and
resolves them to a word cluster used by what3words.
from_position(key, positions, ...)
from_position
for the opposite operation.
## Not run:
# # Ask for a single set of words from the what3words API (note: this requires an API key.
# # Don't actually use 'ANAPIKEY'.)
# results <- from_position(key = "ANAPIKEY", positions = c(6.385336,-36.293769))
# ## End(Not run)
Run the code above in your browser using DataLab