---
title: query
framework: mapkit
role: symbol
role_heading: Type Property
path: mapkit/mklocalsearchcompleter/resulttype/query
---

# query

A value that indicates that the search completer includes query completions in the result.

## Declaration

```swift
static var query: MKLocalSearchCompleter.ResultType { get }
```

## Discussion

Discussion For example, the search string cof yields a completion for coffee.

## See Also

### Type properties

- [address](mapkit/mklocalsearchcompleter/resulttype/address.md)
- [pointOfInterest](mapkit/mklocalsearchcompleter/resulttype/pointofinterest.md)
- [physicalFeature](mapkit/mklocalsearchcompleter/resulttype/physicalfeature.md)
