这是我实现谷歌地图和CLLocationManager的代码:classMapViewController:UIViewController{@IBOutletweakvarMapView:GMSMapView!varlocationmanager=CLLocationManager()overridefuncviewDidLoad(){super.viewDidLoad()locationmanager.delegate=selflocationmanager.requestWhenInUseAuthorization()}overridefuncdidReceiveMemoryWa