class Geocoder::Lookup::Bing

def valid_response?(response)

def valid_response?(response)
  super(response) and not server_overloaded?(response)
end