let createAnnotation = MKPointAnnotation() // 設定大頭針座標createAnnotation.coordinate = CLLocationCoordinate2D(latitude: 123, longitude: 123) // 將大頭針 ...
確定! 回上一頁