geocoding_reverse: Reverse Geocoding

View source: R/geocoding_reverse.R

geocoding_reverseR Documentation

Reverse Geocoding

Description

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

Usage

geocoding_reverse(lat, lng)

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

Value

API response parsed as list and as a raw json

Examples

## Not run: 
geocoding_reverse(lat=51.507281, lng=-0.132120)

## End(Not run)

traveltimeR documentation built on May 29, 2024, 4:41 a.m.