---
title: whereValues
framework: uikit
role: symbol
role_heading: Instance Property
platforms: [iOS 27.0+, iPadOS 27.0+]
path: uikit/uiphotosearchsuggestion/wherevalues
---

# whereValues

Locations mentioned in the text that can be used to filter photos.

## Declaration

```swift
var whereValues: [String] { get }
```

## Discussion

Discussion For example, if the user types “pictures from Paris,” this array might contain @[@"Paris"].
