class Geocoder::Lookup::PcMiler
def results(query)
def results(query) return [] unless data = fetch_data(query) if data['Locations'] add_metadata_to_locations!(data) data['Locations'] else [] end end
def results(query) return [] unless data = fetch_data(query) if data['Locations'] add_metadata_to_locations!(data) data['Locations'] else [] end end