MKMapView加载警告:道路上超过xxx名称(xxxxxxx)。数据可能不好。请打开雷达

时间:2015-03-20 02:15:02

标签: ios mkmapview zoom warnings

当我在应用程序中缩放mapView时,xcode收到许多类似的警告"超过道路上的xxx名称(xxxxxxx)。数据可能不好。请打开雷达" ,如何解决这个问题?

编辑:

self.mapView = [[MKMapView alloc] initWithFrame:self.view.bounds];
self.mapView.delegate = self;
[self.view addSubview:self.mapView];

只需使用代码创建地图,在运行应用程序和放大地图时,xcode会收到许多类似的警告,但应用程序可以很好地运行。

0 个答案:

没有答案