class Geocoder::Lookup::Base

def results(query)


Geocoder::Result object or nil on timeout or other error.
#
def results(query)
  fail
end