Setting up API for openweathermap. However, when it comes to setting up this:
func locationManager(_ manager: CLLocationManager, didUpdateLocations locations: [C
switch response.result { case .success(let value): print("Alamo value: \(value)") break case .failure(let error): print("Alamo error: \(error)") break }