class Geocoder::Lookup::Base

def base_query_url(query)


produces the full query URL. Should include the "?" a the end.
String which, when concatenated with url_query_string(query)
#
def base_query_url(query)
  fail
end