View source: R/outcode_reverse_geocoding.R
outcode_reverse_geocoding | R Documentation |
Returns nearest outcodes for a given longitude and latitude.
outcode_reverse_geocoding(longitude, latitude, limit = 10, radius = 5000)
longitude |
A string, integer or float. Needs to have at least two decimal points. |
latitude |
A string, integer or float. Needs to have at least two decimal points. |
limit |
A string, integer or float. Limits number of postcodes matches to return. Defaults to 10. Needs to be less than 100. |
radius |
A string, integer or float. Limits number of postcodes matches to return. Defaults to 5,000m. Needs to be less than 25,000m. |
A list of geographical properties.
postcode_lookup
for documentation.
outcode_reverse_geocoding("-3.15", "51.47")
outcode_reverse_geocoding(-3.15, 51.47)
outcode_reverse_geocoding("-3.15807731271522", "51.4799900627036")
outcode_reverse_geocoding(-3.15, 51.47, limit = 11, radius = 20000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.