# File lib/twitter/place.rb, line 16
    def bounding_box
      @bounding_box ||= Twitter::GeoFactory.new(@attrs['bounding_box']) unless @attrs['bounding_box'].nil?
    end