<!--
{
  "availability" : [
    "iOS: 9.0.0 -",
    "iPadOS: 9.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.11.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreSpotlight",
  "identifier" : "/documentation/CoreSpotlight/CSSearchableItemAttributeSet/supportsNavigation",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Core Spotlight",
      "CoreSpotlight"
    ],
    "preciseIdentifier" : "c:objc(cs)CSSearchableItemAttributeSet(py)supportsNavigation"
  },
  "title" : "supportsNavigation"
}
-->

# supportsNavigation

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

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

## Discussion

When an item includes [`latitude`](/documentation/CoreSpotlight/CSSearchableItemAttributeSet/latitude) and [`longitude`](/documentation/CoreSpotlight/CSSearchableItemAttributeSet/longitude) properties, these properties can be used for navigation to the location represented by the item. For example, it makes sense to set [`supportsNavigation`](/documentation/CoreSpotlight/CSSearchableItemAttributeSet/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.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)