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

# results

The most recently received search completions.

## Declaration

```swift
var results: [MKLocalSearchCompletion] { get }
```

## Discussion

Discussion This property is nil initially. After a successful query, the search completer sets this property to the array of MKLocalSearchCompletion objects that the query returns. Each new successful query replaces the previous value of this property.
