Contents

delegate

The delegate object to receive update events.

Declaration

weak var delegate: (any CLLocationManagerDelegate)? { get set }

Discussion

In iOS, this property is declared as nonatomic. In macOS, it is declared as atomic.

See Also

Receiving data from location services