class Geocoder::Query

def params_given?

def params_given?
  !!(options[:params].is_a?(Hash) and options[:params].keys.size > 0)
end