# File lib/twitter/client/places_and_geo.rb, line 70 def reverse_geocode(options={}) get("/1/geo/reverse_geocode.json", options)['result']['places'].map do |place| Twitter::Place.new(place) end end