---
title: delegate
framework: mapkit
role: symbol
role_heading: Instance Property
path: mapkit/mklocalsearchcompleter/delegate
---

# delegate

The object that receives the completion results.

## Declaration

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

## Discussion

Discussion You must provide a delegate object to receive completion results and to handle any errors that might occur. For more information about the methods of the delegate protocol, see MKLocalSearchCompleterDelegate.

## See Also

### Receiving the search results

- [MKLocalSearchCompleterDelegate](mapkit/mklocalsearchcompleterdelegate.md)
