API Differences in CoreLocation in macOS 15.0

It's more difficult than it used to be to find what changed in Apple SDKs. This page is automatically generated and shows what is new in CoreLocation in the macOS 15.0 SDK.

Table of Contents

Typealiases

Events
@_implements(_Concurrency.AsyncSequence, Failure) public typealias __AsyncSequence_Failure = any Swift.Error
Updates
@_implements(_Concurrency.AsyncSequence, Failure) public typealias __AsyncSequence_Failure = any Swift.Error

Properties & Constants

CLLocationUpdate
public var accuracyLimited: Swift.Bool
CLLocationUpdate
public var authorizationDenied: Swift.Bool
CLLocationUpdate
public var authorizationDeniedGlobally: Swift.Bool
CLLocationUpdate
public var authorizationRequestInProgress: Swift.Bool
CLLocationUpdate
public var authorizationRestricted: Swift.Bool
CLLocationUpdate
public var insufficientlyInUse: Swift.Bool
CLLocationUpdate
public var locationUnavailable: Swift.Bool
CLLocationUpdate
public var serviceSessionRequired: Swift.Bool
CLLocationUpdate
public var stationary: Swift.Bool
CLBackgroundActivitySessionDiagnostic
@property(nonatomic, readonly) BOOL serviceSessionRequired;
CLBackgroundActivitySessionDiagnostic
@property(nonatomic, readonly) BOOL authorizationRequestInProgress;
CLUpdate
@property(nonatomic, readonly) BOOL authorizationDenied;
CLUpdate
@property(nonatomic, readonly) BOOL authorizationDeniedGlobally;
CLUpdate
@property(nonatomic, readonly) BOOL authorizationRestricted;
CLUpdate
@property(atomic, readonly) BOOL stationary;
CLUpdate
@property(nonatomic, readonly) BOOL insufficientlyInUse;
CLUpdate
@property(nonatomic, readonly) BOOL locationUnavailable;
CLUpdate
@property(nonatomic, readonly) BOOL accuracyLimited;
CLUpdate
@property(nonatomic, readonly) BOOL serviceSessionRequired;
CLUpdate
@property(nonatomic, readonly) BOOL authorizationRequestInProgress;