Mal*_*nan 8 objective-c core-location
我是iPhone编程的新手.我正在寻找关于如何使用Manager的startMonitoringSignificantLocationChanges方法的示例或演示CoreLocation.
我对文档感到困惑,因为我不确定是否在调用的情况下调用相同的委托方法startUpdatingLocation.(即代表locationManager: (CLLocationManager *)manager didUpdateToLocation: (CLLocation *)newLocation fromLocation: (CLLocation *)oldLocation被召唤)
任何有关这方面的帮助将不胜感激.另外,我正在通过子类化在模拟器上测试它CLLocationManager.此子类在iPhone模拟器上运行时提供位置服务的模拟.有没有更好的方法来测试这个.