<!--
{
  "availability" : [
    "iOS: 12.0.0 -",
    "iPadOS: 12.0.0 -",
    "macCatalyst: 13.1.0 -",
    "watchOS: 5.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INLocationRelevanceProvider",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INLocationRelevanceProvider"
  },
  "title" : "INLocationRelevanceProvider"
}
-->

# INLocationRelevanceProvider

The provider class that specifies a relevant location.

```
class INLocationRelevanceProvider
```

## Overview

Ask the user for permission to use their location before providing shortcuts to [`INRelevantShortcutStore`](/documentation/Intents/INRelevantShortcutStore) that include a location relevance provider. If the user gives your app permission to access their location While In Use or Always_,_ shortcuts your app provides can influence widget stacks and the Siri watch face.

## Topics

### Creating a Location Relevance Provider

[`init(region: CLRegion)`](/documentation/Intents/INLocationRelevanceProvider/init(region:))

Creates a relevance provider for a location specified as a region.

### Getting the Relevant Region

[`var region: CLRegion`](/documentation/Intents/INLocationRelevanceProvider/region)

The region representing the relevant location.

## Relationships

### Conforms To

[`NSCopying`](/documentation/Foundation/NSCopying)

[`Equatable`](/documentation/Swift/Equatable)

[`CVarArg`](/documentation/Swift/CVarArg)

[`NSSecureCoding`](/documentation/Foundation/NSSecureCoding)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`NSCoding`](/documentation/Foundation/NSCoding)

[`Hashable`](/documentation/Swift/Hashable)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

### Inherits From

[`INRelevanceProvider`](/documentation/Intents/INRelevanceProvider)

---

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)