-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
/*
- locationManager:didUpdateLocations:
- Discussion:
- Invoked when new locations are available. Required for delivery of
- deferred locations. If implemented, updates will
- not be delivered to locationManager:didUpdateToLocation:fromLocation:
- locations is an array of CLLocation objects in chronological order.
*/
- (void)locationManager:(CLLocationManager *)manager
didUpdateLocations:(NSArray<CLLocation *> *)locations API_AVAILABLE(ios(6.0), macos(10.9));
Metadata
Metadata
Assignees
Labels
No labels