Description Usage Arguments Examples
You can also geocode intersections. Just specify the two streets that you want to geocode in your query.
1 2 | gio_geocode_components(street, city, state, postal_code, country, fields,
api_key = gio_auth())
|
street, city, state, postal_code, country |
address components |
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 |
|
1 2 3 | gio_geocode_components("1109 N Highland St", "Arlington", "VA")
gio_geocode_components("1109 N Highland St", "Arlington", "VA",
fields=c("census", "stateleg"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.