<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: 17.0.0 -",
    "macOS: 14.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreLocation",
  "identifier" : "/documentation/CoreLocation/CLMonitor-2r51v/Record",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Core Location"
    ],
    "preciseIdentifier" : "s:12CoreLocation9CLMonitorC6RecordV"
  },
  "title" : "CLMonitor.Record"
}
-->

# CLMonitor.Record

A structure that represents a condition and its associated event information that the framework is monitoring.

```
struct Record
```

## Overview

The `CLMonitor.Record` contains a condition and most recent event that affects it.

## Topics

### Record characteristics

[`let condition: any CLCondition`](/documentation/CoreLocation/CLMonitor-2r51v/Record/condition)

The condition that the framework is monitoring for.

[`let lastEvent: CLMonitor.Event`](/documentation/CoreLocation/CLMonitor-2r51v/Record/lastEvent)

The most recent event the monitor records.

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

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)