# File lib/twitter/client/geo.rb, line 66
      def reverse_geocode(options={})
        get('1/geo/reverse_geocode', options, :format => :json)['result']['places']
      end