The delegate object to receive update events.
SDKs
- iOS 2.0+
- macOS 10.6+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
Framework
- Core Location
Declaration
weak var delegate: CLLocation Manager Delegate? { get set }
Discussion
In iOS, this property is declared as nonatomic
. In macOS, it is declared as atomic
.