---
title: monitoredIdentifiers
framework: corelocation
role: symbol
role_heading: Instance Property
path: corelocation/clmonitor-6ynwz/monitoredidentifiers
---

# monitoredIdentifiers

An array that contains all the identifiers for each condition that the monitor is monitoring.

## Declaration

```occ
@property (nonatomic, readonly) NSArray<NSString *> * monitoredIdentifiers;
```

## See Also

### Accessing the location monitor’s identifiers

- [name](corelocation/clmonitor-6ynwz/name.md)
