View source: R/reverse_geocode.R
reverse_geocode | R Documentation |
Reverse geocode a geographical location
reverse_geocode(
lon = "24.95126",
lat = "60.15948",
hits = 1,
host = "https://api.digitransit.fi/geocoding"
)
lon |
longitute |
lat |
A latitude |
hits |
Number of hits returned |
host |
Define host, for instance |
Data frame with information about the point
reverse_geocode(lon = "24.95126", lat = "60.15948", hits = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.