2014-10-16 55 views

回答

1

您是否嘗試過使用CLLocation中的distanceFromLocation方法? 像:

CLLocationDistance distance = [targetLocation distanceFromLocation:currLocation]; 

而在後臺,你檢查的距離,看看用戶是否足夠接近你的觀點。

+0

其中應該調用哪個委託方法? – iOSNoob 2014-10-16 12:00:49

+0

您應該在 - (void)locationManager中添加代碼:(CLLocationManager *)manager didUpdateLocations:(NSArray *)locations { } – varu 2014-10-16 12:11:15