geocode_mapquest_reverse: Interface with MapQuest API to reverse geocode addresses

Description Usage Arguments Value Examples

View source: R/geocode.R

Description

geocode_mapquest_reverse creates and executes calls to MapQuest reverse geocoding API via HTTP GET.

Usage

1

Arguments

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

Value

A dataframe will be returned with the given latitudes and longitudes as well as their corresponding addresses.

Examples

1
geocode_mapquest_reverse(schools, key = Sys.getenv("MAPQUEST_API_KEY"))

chiouey/mapquestr documentation built on July 19, 2020, 8:41 p.m.