Description Usage Arguments Value References Examples
View source: R/geocod-reverse.R
Reverse geocode a single lat/lon pair
1 | gio_reverse(lat, lon, fields, api_key = gio_auth())
|
lat, lon |
lat/lon pair to reverse geocode |
fields |
vector of additional fields to return with query results. Note that these
count as extra lookups and impact your dailu quota/costs. See the official documentation
for more information on costs/pricing. Can be |
api_key |
|
tibble
Official Geocodio API documentation
1 2 | gio_reverse(38.9002898, -76.9990361)
gio_reverse(38.9002898, -76.9990361, fields=c("census", "stateleg"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.