class Geocoder::Lookup::Yahoo
def query_url_params(query)
def query_url_params(query) { :location => query.sanitized_text, :flags => "JXTSR", :gflags => "AC#{'R' if query.reverse_geocode?}", :locale => "#{configuration.language}_US", :appid => configuration.api_key }.merge(super) end