func mapView(mapView: MKMapView, didSelectAnnotationView view: MKAnnotationView); {; if let annotationTitle = view.annotation?.title; {; print("User tapped ...
確定! 回上一頁