---
title: location
framework: intents
role: symbol
role_heading: Instance Property
path: intents/insearchfornotebookitemsintent/location
---

# location

The value to use when searching for location-triggered reminders.

## Declaration

```swift
@NSCopying var location: CLPlacemark? { get }
```

## Discussion

Discussion When the locationSearchType property is INLocationSearchType.byLocationTrigger, search for reminders delivered when the user is near the location specified by this property.

## See Also

### Searching for Tasks by Location

- [locationSearchType](intents/insearchfornotebookitemsintent/locationsearchtype.md)
- [INLocationSearchType](intents/inlocationsearchtype.md)
