supportsNavigation
A value that indicates whether the item contains information sufficient to provide navigation to the location it represents.
Declaration
var supportsNavigation: NSNumber? { get set }Mentioned in
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.