---
title: alternateIdentifiers
framework: mapkit
role: symbol
role_heading: Instance Property
path: mapkit/mkmapitem/alternateidentifiers
---

# alternateIdentifiers

A set of alternative identifiers for a place.

## Declaration

```swift
var alternateIdentifiers: Set<MKMapItem.Identifier> { get }
```

## Mentioned in

Identifying unique locations with Place IDs

## Discussion

Discussion The identifier for a point of interest may change over time. This property provides a set of alternative identifiers for this map item.

## See Also

### Accessing the map item attributes

- [MKMapItem.Identifier](mapkit/mkmapitem/identifier-swift.class.md)
- [identifier](mapkit/mkmapitem/identifier-swift.property.md)
- [isCurrentLocation](mapkit/mkmapitem/iscurrentlocation.md)
- [name](mapkit/mkmapitem/name.md)
- [placemark](mapkit/mkmapitem/placemark.md)
- [pointOfInterestCategory](mapkit/mkmapitem/pointofinterestcategory.md)
- [phoneNumber](mapkit/mkmapitem/phonenumber.md)
- [timeZone](mapkit/mkmapitem/timezone.md)
- [url](mapkit/mkmapitem/url.md)
