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