Contents

queue

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

Declaration

@property (readonly) dispatch_queue_t queue;

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