---
title: accuracyLimited
framework: corelocation
role: symbol
role_heading: Instance Property
path: corelocation/clmonitoringevent/accuracylimited
---

# accuracyLimited

A Boolean value that indicates whether the app receives accuracy-limited location updates.

## Declaration

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

## Discussion

Discussion If this property is true, then the app receives accuracy-limited location updates.

## See Also

### Event states

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