我在我的应用程序中使用核心位置框架我想要询问当用户更改其当前位置时核心位置框架的哪个功能被调用。
答案 0 :(得分:1)
当新位置可用时,将调用此方法。如果没有以前的位置,oldLocation可能为零。
- (void)locationManager:(CLLocationManager *)manager
didUpdateToLocation:(CLLocation *)newLocation
fromLocation:(CLLocation *)oldLocation;