Learn R Programming

traveltimeR (version 1.3.1)

geocoding_reverse: Reverse Geocoding

Description

Attempt to match a latitude, longitude pair to an address.

Usage

geocoding_reverse(lat, lng)

Value

API response parsed as list and as a raw json

Arguments

lat

Latitude of the point to reverse geocode.

lng

Longitude of the point to reverse geocode.

Details

See https://docs.traveltime.com/api/reference/geocoding-reverse/ for details

Examples

Run this code
if (FALSE) {
geocoding_reverse(lat=51.507281, lng=-0.132120)
}

Run the code above in your browser using DataLab