class GdsApi::Imminence

def self.parse_place_hash(place_hash)

def self.parse_place_hash(place_hash)
  location = self.extract_location_hash(place_hash["location"])
  address = self.extract_address_hash(place_hash)
  place_hash.merge(location).merge(address)
end