mapView = [[MKMapView alloc] initWithFrame:CGRectMake(0, 0, 320, 640)];. //地圖類型. self.mapView.mapType = MKMapTypeStandard;. //設置代理.
確定! 回上一頁