Quick demo of how to use Google’s reverse geocoding API.
Pass in a pair of latitude/longitude coordinates as args and the address is returned.
For example:
address.coffee 41.7840748 -87.6021859
… returns:
959-999 East 61st Street, Chicago, IL 60637, USA
See also Google’s reverse geocoding service.