---
title: supportsNavigation
framework: corespotlight
role: symbol
role_heading: Instance Property
path: corespotlight/cssearchableitemattributeset/supportsnavigation
---

# supportsNavigation

A value that indicates whether the item contains information sufficient to provide navigation to the location it represents.

## Declaration

```swift
var supportsNavigation: NSNumber? { get set }
```

## Mentioned in

Adding your app’s content to Spotlight indexes

## Discussion

Discussion When an item includes latitude and longitude properties, these properties can be used for navigation to the location represented by the item. For example, it makes sense to set supportsNavigation to 1 for an item that represents review for a specific restaurant, but not for an item that represents a photo of a person.

## See Also

### Describing supporting actions

- [actionIdentifiers](corespotlight/cssearchableitemattributeset/actionidentifiers.md)
- [supportsPhoneCall](corespotlight/cssearchableitemattributeset/supportsphonecall.md)
- [sharedItemContentType](corespotlight/cssearchableitemattributeset/shareditemcontenttype.md)
- [CSActionIdentifier](corespotlight/csactionidentifier.md)
