---
title: conditionLimitExceeded
framework: corelocation
role: symbol
role_heading: Instance Property
path: corelocation/clmonitoringevent/conditionlimitexceeded
---

# conditionLimitExceeded

A Boolean value that indicates whether the app receives location updates based on other monitoring conditions.

## Declaration

```occ
@property (nonatomic, readonly) BOOL conditionLimitExceeded;
```

## Discussion

Discussion If this property is true, then the app isn’t receiving location updates because it’s monitoring too many other conditions of this type.

## See Also

### Event states

- [accuracyLimited](corelocation/clmonitoringevent/accuracylimited.md)
- [authorizationDenied](corelocation/clmonitoringevent/authorizationdenied.md)
- [authorizationDeniedGlobally](corelocation/clmonitoringevent/authorizationdeniedglobally.md)
- [authorizationRequestInProgress](corelocation/clmonitoringevent/authorizationrequestinprogress.md)
- [authorizationRestricted](corelocation/clmonitoringevent/authorizationrestricted.md)
- [conditionUnsupported](corelocation/clmonitoringevent/conditionunsupported.md)
- [insufficientlyInUse](corelocation/clmonitoringevent/insufficientlyinuse.md)
- [persistenceUnavailable](corelocation/clmonitoringevent/persistenceunavailable.md)
- [serviceSessionRequired](corelocation/clmonitoringevent/servicesessionrequired.md)
