I have this code on my view controller but this not working:
import UIKit import CoreLocation class ViewController: UIViewController, CLLocationManag
It should be written as func locationManager(manager: CLLocationManager, didUpdateLocations locations: [CLLocation]) {