class Geocoder::Lookup::PostcodeAnywhereUk
def query_url_params(query)
def query_url_params(query) { :location => query.sanitized_text, :key => configuration.api_key }.merge(super) end
def query_url_params(query) { :location => query.sanitized_text, :key => configuration.api_key }.merge(super) end