Description Usage Arguments Value References Examples
You can also geocode intersections. Just specify the two streets that you want to geocode in your query.
1 | gio_geocode(address, fields, api_key = gio_auth())
|
address |
address to 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 3 4 5 6 | ## Not run:
gio_geocode("1109 N Highland St, Arlcdceington, VA")
gio_geocode("1109 N Highland St, Arlington, VA",
fields=c("cd", "stateleg"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.