---
title: locationCreated
framework: intents
role: symbol
role_heading: Instance Property
path: intents/insearchforphotosintent/locationcreated
---

# locationCreated

The location where someone took the photos.

## Declaration

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

## Discussion

Discussion Use the placemark information to limit the scope of your search to photos in the given area. Define the area as precisely as you can given the available information. For example, if the placemark includes a specific address, limit your search to photos taken at that address.

## See Also

### Getting the Search Attributes

- [dateCreated](intents/insearchforphotosintent/datecreated.md)
- [albumName](intents/insearchforphotosintent/albumname.md)
- [includedAttributes](intents/insearchforphotosintent/includedattributes.md)
- [excludedAttributes](intents/insearchforphotosintent/excludedattributes.md)
- [INPhotoAttributeOptions](intents/inphotoattributeoptions.md)
