<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: 17.0.0 -",
    "macOS: 14.0.0 -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreLocation",
  "identifier" : "/documentation/CoreLocation/CLMonitorConfiguration",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Core Location"
    ],
    "preciseIdentifier" : "c:objc(cs)CLMonitorConfiguration"
  },
  "title" : "CLMonitorConfiguration"
}
-->

# CLMonitorConfiguration

An object for configuring a location monitor instance.

```
@interface CLMonitorConfiguration : NSObject
```

## Topics

### Creating a monitor configuration

[`configWithMonitorName:queue:eventHandler:`](/documentation/CoreLocation/CLMonitorConfiguration/configWithMonitorName:queue:eventHandler:)

Creates a location monitor instance with the name, dispatch queue, and event handler you specify.

### Instance properties

[`eventHandler`](/documentation/CoreLocation/CLMonitorConfiguration/eventHandler)

The block the framework calls as the event handler for the location monitor instance.

[`name`](/documentation/CoreLocation/CLMonitorConfiguration/name)

The name of the monitor instance.

[`queue`](/documentation/CoreLocation/CLMonitorConfiguration/queue)

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



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)