---
title: queue
framework: corelocation
role: symbol
role_heading: Instance Property
path: corelocation/clmonitorconfiguration/queue
---

# queue

The dispatch queue to bind the instance of a location monitor to.

## Declaration

```occ
@property (readonly) dispatch_queue_t queue;
```

## Discussion

Discussion You need to perform all interactions related to the CLMonitor instance on this queue, and the framework delivers events that the CLMonitor instance generates to the handler on this queue.

## See Also

### Instance properties

- [eventHandler](corelocation/clmonitorconfiguration/eventhandler.md)
- [name](corelocation/clmonitorconfiguration/name.md)
