【发布时间】:2014-07-24 10:14:58
【问题描述】:
当它简单地添加到视图时,请告诉我默认地图位置是什么。 我像这样添加了地图视图
MKMapView *mapView = [[MKMapView alloc] initWithFrame:CGRectMake(0, self.searchBar.frame.size.height, 320, 180)];
mapView.mapType=MKMapTypeStandard;
mapView.delegate=self;
[self.view addSubview:mapView];
地图上会显示什么位置?
这是根据设备坐标还是其他
谢谢
【问题讨论】:
标签: ios iphone objective-c