---
title: CLMonitor.Record
framework: corelocation
role: symbol
role_heading: Structure
path: corelocation/clmonitor-2r51v/record
---

# CLMonitor.Record

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

## Declaration

```swift
struct Record
```

## Overview

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

## Topics

### Record characteristics

- [condition](corelocation/clmonitor-2r51v/record/condition.md)
- [lastEvent](corelocation/clmonitor-2r51v/record/lastevent.md)

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Monitor events

- [CLMonitor.Event](corelocation/clmonitor-2r51v/event.md)
- [CLMonitor.Events](corelocation/clmonitor-2r51v/events-swift.struct.md)
