Description Usage Arguments Value Examples
geocode_mapquest_reverse
creates and executes calls to MapQuest
reverse geocoding API via HTTP GET.
1 | geocode_mapquest_reverse(latlon, key)
|
latlon |
A dataframe including lat lng pairs to reverse geocode. |
key |
An individual API authentication key. MapQuest provides 15,000 free monthly transactions with a non-gated account. An account can be created here: https://developer.mapquest.com/plan_purchase/steps/business_edition/business_edition_free/register |
A dataframe will be returned with the given latitudes and longitudes as well as their corresponding addresses.
1 | geocode_mapquest_reverse(schools, key = Sys.getenv("MAPQUEST_API_KEY"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.