# File lib/twitter/rest/places_and_geo.rb, line 37 def reverse_geocode(options = {}) perform_get_with_object('/1.1/geo/reverse_geocode.json', options, Twitter::GeoResults) end