---
title: localizedLocationNames
framework: photos
role: symbol
role_heading: Instance Property
path: photos/phcollectionlist/localizedlocationnames
---

# localizedLocationNames

The names of locations grouped by the collection (an array of NSString objects).

## Declaration

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

## Discussion

Discussion For a collection list representing a group of moments, as seen in the Collections view in the Photos app, this property lists the location names associated with each moment in the group. For other types of collection list, this property’s value is nil.

## See Also

### Reading Collection List Metadata

- [collectionListType](photos/phcollectionlist/collectionlisttype.md)
- [PHCollectionListType](photos/phcollectionlisttype.md)
- [collectionListSubtype](photos/phcollectionlist/collectionlistsubtype.md)
- [PHCollectionListSubtype](photos/phcollectionlistsubtype.md)
- [startDate](photos/phcollectionlist/startdate.md)
- [endDate](photos/phcollectionlist/enddate.md)
