# File lib/tweetstream/client.rb, line 110
    def locations(*locations_map, &block)
        query_params = locations_map.pop if locations_map.last.is_a?(::Hash)
        query_params ||= {}
        filter(query_params.merge(:locations => locations_map), &block)
    end