<!--
{
  "availability" : [
    "iOS: 7.0.0 -",
    "iPadOS: 7.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.10.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreLocation",
  "identifier" : "/documentation/CoreLocation/CLRegionState",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Core Location"
    ],
    "preciseIdentifier" : "c:@E@CLRegionState"
  },
  "title" : "CLRegionState"
}
-->

# CLRegionState

Constants that reflect the relationship of the current location to the region boundaries.

```
@frozen enum CLRegionState
```

## Topics

### Region States

[`CLRegionState.unknown`](/documentation/CoreLocation/CLRegionState/unknown)

It is unknown whether the location is inside or outside of the region.

[`CLRegionState.inside`](/documentation/CoreLocation/CLRegionState/inside)

The location is inside of the given region.

[`CLRegionState.outside`](/documentation/CoreLocation/CLRegionState/outside)

The location is outside of the given region.



---

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)