geocode_rev | R Documentation |
Describe a location using the ERSI and OSM reverse geocoding web-services. This service provides traditional reverse geocoding (lat/lon to placename) but can also be use to get more information about a place name. xy must contain geographic coordinates!
geocode_rev(xy, pt = FALSE, method = default_method)
xy |
|
pt |
|
method |
the geocoding service to be used. See ?tidygeocoder::geocode |
a data.frame, sf object, or vector
Other geocode:
geocode_wiki()
,
geocode()
## Not run:
geocode_rev(xy = c(38,-115))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.