地圖元件var location : CLLocationManager!; //座標管理元件override func viewDidLoad() { super.viewDidLoad(); location = CLLocationManager(); ...
確定! 回上一頁