Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
アプリ内でコア ロケーション フレームワークを使用しています。ユーザーが現在のロケーションを変更したときに、コア ロケーション フレームワークのどの関数が呼び出されるかを尋ねたいと思います。
このメソッドは、新しい場所が利用可能になると呼び出されます。利用可能な以前の場所がない場合、oldLocation は nil である可能性があります。
- (void)locationManager:(CLLocationManager *)manager didUpdateToLocation:(CLLocation *)newLocation fromLocation:(CLLocation *)oldLocation;