<!--
{
  "availability" : [
    "iOS: 2.0.0 -",
    "iPadOS: 2.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.6.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreLocation",
  "identifier" : "/documentation/CoreLocation/CLError-swift.struct/regionMonitoringResponseDelayed",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "Core Location"
    ],
    "preciseIdentifier" : "s:SC7CLErrorLeV31regionMonitoringResponseDelayedSoAAVvpZ"
  },
  "title" : "regionMonitoringResponseDelayed"
}
-->

# regionMonitoringResponseDelayed

A constant that indicates Core Location will deliver events but they may be delayed.

```
static var regionMonitoringResponseDelayed: CLError.Code { get }
```

## Discussion

The user information dictionary might contain an alternate region that you can monitor instead. Use the [`alternateRegion`](/documentation/CoreLocation/CLError-swift.struct/alternateRegion) property to retrieve the [`CLRegion`](/documentation/CoreLocation/CLRegion) object.

---

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)