reverse | R Documentation |
reverse geocoding
of sections.This function reverse geocodes the coordinates provided. When
used out of the box, the function wants WGS84 coordinates (lat/long). ETRS89
or UTM zone 32 can be provided as well. When coordinates from outside of
Denmark is provided, the function will fail with a code 404
.
reverse(section, x, y, verbose = TRUE, type = NULL, ...)
section |
Defines what section of the api should be called.
|
x |
The X coordinate to geocode. If no |
y |
The Y coordinate to geocode. If no |
verbose |
whether or not to provide |
type |
The coordinate type for the API to parse. By default none is
provided and |
... |
< |
Returns a list object with information about the provided section
for the location that is input.
if (connection_check()) {
reverse("regioner", x = 12.58515, y = 55.68324)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.