View source: R/geocoding_reverse.R
geocoding_reverse | R Documentation |
Attempt to match a latitude, longitude pair to an address.
geocoding_reverse(lat, lng)
lat |
Latitude of the point to reverse geocode. |
lng |
Longitude of the point to reverse geocode. |
See https://docs.traveltime.com/api/reference/geocoding-reverse/ for details
API response parsed as list and as a raw json
## Not run:
geocoding_reverse(lat=51.507281, lng=-0.132120)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.