---
title: delegate
framework: corelocation
role: symbol
role_heading: Instance Property
path: corelocation/cllocationmanager/delegate
---

# delegate

The delegate object to receive update events.

## Declaration

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

## Discussion

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

## See Also

### Receiving data from location services

- [CLLocationManagerDelegate](corelocation/cllocationmanagerdelegate.md)
