reverse_geocode {njgeo} | R Documentation |
Reverse geocode a set of coordinates
Description
Reverse geocode a set of coordinates
Usage
reverse_geocode(lng, lat, distance = NULL, crs = 4326)
Arguments
lng |
Longitude |
lat |
Latitude |
distance |
Max distance to search around coordinates (in feet) |
crs |
Coordinate reference system code of points |
Value
Place name and address corresponding to coordinates
Examples
reverse_geocode(-74.44513, 40.49297)
[Package njgeo version 0.1.0 Index]