标签: objective-c cllocationmanager
我已经[self.locationManager stopUpdatingLocation];
[self.locationManager stopUpdatingLocation];
没有其他活动的locationManager。
然而,位置管理器似乎始终处于活动状态,因为箭头符号位于状态栏中。
我也使用MKMapView。
MKMapView
我想知道MKMapView是否一直在寻找位置?
答案 0 :(得分:1)
是的,MKMapView使用CLLocationManager来获取用户位置。 您可以通过将属性showsUserLocation设置为NO来将其关闭。
CLLocationManager
showsUserLocation