Documentation Archive Developer
Search

CoreLocation Changes for Objective-C

CoreLocation

CLHeading.h

Removed CLHeading.description

CLLocation.h

Removed CLLocation.description

CLLocationManager+CLVisitExtensions.h (Added)

Added CLLocationManager(CLVisitExtensions)

CLLocationManager.h

CLLocationManagerDelegate.h

Declaration
From
- (void)locationManager:(CLLocationManager *)manager didUpdateLocations:(NSArray *)locations
To
- (void)locationManager:(CLLocationManager *)manager didUpdateLocations:(NSArray<CLLocation *> *)locations