CoreLocation Changes
CoreLocation
CLBeaconRegion.h (Added)
Added CLBeaconMajorValue
Added CLBeaconMinorValue
CLCircularRegion.h (Added)
CLError.h
Added kCLErrorRangingFailure
CLHeading.h
Removed -[CLHeading description]
Added CLHeading.description
Modified CLHeading
Protocols | |
---|---|
From | NSCoding, NSCopying |
To | NSCopying, NSSecureCoding |
Modified CLHeading.timestamp
Declaration | |
---|---|
From | @property(readonly, nonatomic) NSDate *timestamp |
To | @property(readonly, nonatomic, copy) NSDate *timestamp |
CLLocation.h
Added CLLocation.description
Modified CLLocation
Protocols | |
---|---|
From | NSCoding, NSCopying |
To | NSCopying, NSSecureCoding |
Declaration | |
---|---|
From | - (id)initWithCoordinate:(CLLocationCoordinate2D)coordinate altitude:(CLLocationDistance)altitude horizontalAccuracy:(CLLocationAccuracy)hAccuracy verticalAccuracy:(CLLocationAccuracy)vAccuracy course:(CLLocationDirection)course speed:(CLLocationSpeed)speed timestamp:(NSDate *)timestamp |
To | - (instancetype)initWithCoordinate:(CLLocationCoordinate2D)coordinate altitude:(CLLocationDistance)altitude horizontalAccuracy:(CLLocationAccuracy)hAccuracy verticalAccuracy:(CLLocationAccuracy)vAccuracy course:(CLLocationDirection)course speed:(CLLocationSpeed)speed timestamp:(NSDate *)timestamp |
Declaration | |
---|---|
From | - (id)initWithCoordinate:(CLLocationCoordinate2D)coordinate altitude:(CLLocationDistance)altitude horizontalAccuracy:(CLLocationAccuracy)hAccuracy verticalAccuracy:(CLLocationAccuracy)vAccuracy timestamp:(NSDate *)timestamp |
To | - (instancetype)initWithCoordinate:(CLLocationCoordinate2D)coordinate altitude:(CLLocationDistance)altitude horizontalAccuracy:(CLLocationAccuracy)hAccuracy verticalAccuracy:(CLLocationAccuracy)vAccuracy timestamp:(NSDate *)timestamp |
Declaration | |
---|---|
From | - (id)initWithLatitude:(CLLocationDegrees)latitude longitude:(CLLocationDegrees)longitude |
To | - (instancetype)initWithLatitude:(CLLocationDegrees)latitude longitude:(CLLocationDegrees)longitude |
Modified CLLocation.timestamp
Declaration | |
---|---|
From | @property(readonly, nonatomic) NSDate *timestamp |
To | @property(readonly, nonatomic, copy) NSDate *timestamp |
CLLocationManager.h
Modified CLLocationManager.location
Declaration | |
---|---|
From | @property(readonly, nonatomic) CLLocation *location |
To | @property(readonly, nonatomic, copy) CLLocation *location |
Modified CLLocationManager.monitoredRegions
Declaration | |
---|---|
From | @property(readonly, nonatomic) NSSet *monitoredRegions |
To | @property(readonly, nonatomic, copy) NSSet *monitoredRegions |
Deprecation | |
---|---|
From | -- |
To | OS X 10.10 |
Deprecation | |
---|---|
From | OS X 10.8 |
To | OS X 10.10 |
CLLocationManagerDelegate.h
Optional | |
---|---|
From | -- |
To | yes |
Optional | |
---|---|
From | -- |
To | yes |
Optional | |
---|---|
From | -- |
To | yes |
Optional | |
---|---|
From | -- |
To | yes |
Optional | |
---|---|
From | -- |
To | yes |
Optional | |
---|---|
From | -- |
To | yes |
Optional | |
---|---|
From | -- |
To | yes |
Optional | |
---|---|
From | -- |
To | yes |
Optional | |
---|---|
From | -- |
To | yes |
CLPlacemark.h
Modified CLPlacemark
Protocols | |
---|---|
From | NSCoding, NSCopying |
To | NSCopying, NSSecureCoding |
Modified CLPlacemark.ISOcountryCode
Declaration | |
---|---|
From | @property(nonatomic, readonly) NSString *ISOcountryCode |
To | @property(nonatomic, readonly, copy) NSString *ISOcountryCode |
Modified CLPlacemark.addressDictionary
Declaration | |
---|---|
From | @property(nonatomic, readonly) NSDictionary *addressDictionary |
To | @property(nonatomic, readonly, copy) NSDictionary *addressDictionary |
Modified CLPlacemark.administrativeArea
Declaration | |
---|---|
From | @property(nonatomic, readonly) NSString *administrativeArea |
To | @property(nonatomic, readonly, copy) NSString *administrativeArea |
Modified CLPlacemark.areasOfInterest
Declaration | |
---|---|
From | @property(nonatomic, readonly) NSArray *areasOfInterest |
To | @property(nonatomic, readonly, copy) NSArray *areasOfInterest |
Modified CLPlacemark.country
Declaration | |
---|---|
From | @property(nonatomic, readonly) NSString *country |
To | @property(nonatomic, readonly, copy) NSString *country |
Modified -[CLPlacemark initWithPlacemark:]
Declaration | |
---|---|
From | - (id)initWithPlacemark:(CLPlacemark *)placemark |
To | - (instancetype)initWithPlacemark:(CLPlacemark *)placemark |
Modified CLPlacemark.inlandWater
Declaration | |
---|---|
From | @property(nonatomic, readonly) NSString *inlandWater |
To | @property(nonatomic, readonly, copy) NSString *inlandWater |
Modified CLPlacemark.locality
Declaration | |
---|---|
From | @property(nonatomic, readonly) NSString *locality |
To | @property(nonatomic, readonly, copy) NSString *locality |
Modified CLPlacemark.location
Declaration | |
---|---|
From | @property(nonatomic, readonly) CLLocation *location |
To | @property(nonatomic, readonly, copy) CLLocation *location |
Modified CLPlacemark.name
Declaration | |
---|---|
From | @property(nonatomic, readonly) NSString *name |
To | @property(nonatomic, readonly, copy) NSString *name |
Modified CLPlacemark.ocean
Declaration | |
---|---|
From | @property(nonatomic, readonly) NSString *ocean |
To | @property(nonatomic, readonly, copy) NSString *ocean |
Modified CLPlacemark.postalCode
Declaration | |
---|---|
From | @property(nonatomic, readonly) NSString *postalCode |
To | @property(nonatomic, readonly, copy) NSString *postalCode |
Modified CLPlacemark.region
Declaration | |
---|---|
From | @property(nonatomic, readonly) CLRegion *region |
To | @property(nonatomic, readonly, copy) CLRegion *region |
Modified CLPlacemark.subAdministrativeArea
Declaration | |
---|---|
From | @property(nonatomic, readonly) NSString *subAdministrativeArea |
To | @property(nonatomic, readonly, copy) NSString *subAdministrativeArea |
Modified CLPlacemark.subLocality
Declaration | |
---|---|
From | @property(nonatomic, readonly) NSString *subLocality |
To | @property(nonatomic, readonly, copy) NSString *subLocality |
Modified CLPlacemark.subThoroughfare
Declaration | |
---|---|
From | @property(nonatomic, readonly) NSString *subThoroughfare |
To | @property(nonatomic, readonly, copy) NSString *subThoroughfare |
Modified CLPlacemark.thoroughfare
Declaration | |
---|---|
From | @property(nonatomic, readonly) NSString *thoroughfare |
To | @property(nonatomic, readonly, copy) NSString *thoroughfare |
CLRegion.h
Added CLRegion.notifyOnEntry
Added CLRegion.notifyOnExit
Added CLProximity
Added CLRegionState
Added CLRegionStateInside
Added CLRegionStateOutside
Added CLRegionStateUnknown
Modified CLRegion
Protocols | |
---|---|
From | NSCoding, NSCopying |
To | NSCopying, NSSecureCoding |
Modified CLRegion.center
Deprecation | |
---|---|
From | -- |
To | OS X 10.10 |
Modified -[CLRegion containsCoordinate:]
Deprecation | |
---|---|
From | -- |
To | OS X 10.10 |
Modified CLRegion.identifier
Declaration | |
---|---|
From | @property(readonly, nonatomic) NSString *identifier |
To | @property(readonly, nonatomic, copy) NSString *identifier |
Declaration | Deprecation | |
---|---|---|
From | - (id)initCircularRegionWithCenter:(CLLocationCoordinate2D)center radius:(CLLocationDistance)radius identifier:(NSString *)identifier | -- |
To | - (instancetype)initCircularRegionWithCenter:(CLLocationCoordinate2D)center radius:(CLLocationDistance)radius identifier:(NSString *)identifier | OS X 10.10 |
Modified CLRegion.radius
Deprecation | |
---|---|
From | -- |
To | OS X 10.10 |