---
title: regionMonitoringResponseDelayed
framework: corelocation
role: symbol
role_heading: Type Property
path: corelocation/clerror-swift.struct/regionmonitoringresponsedelayed
---

# regionMonitoringResponseDelayed

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

## Declaration

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

## Discussion

Discussion The user information dictionary might contain an alternate region that you can monitor instead. Use the alternateRegion property to retrieve the CLRegion object.

## See Also

### Getting region monitoring errors

- [regionMonitoringDenied](corelocation/clerror-swift.struct/regionmonitoringdenied.md)
- [regionMonitoringFailure](corelocation/clerror-swift.struct/regionmonitoringfailure.md)
- [regionMonitoringSetupDelayed](corelocation/clerror-swift.struct/regionmonitoringsetupdelayed.md)
