---
title: CLLocationUpdate.Updates
framework: corelocation
role: symbol
role_heading: Structure
path: corelocation/cllocationupdate/updates
---

# CLLocationUpdate.Updates

A structure that represents an asynchronous sequence of location updates.

## Declaration

```swift
struct Updates
```

## Overview

Overview CLLocationUpdate uses this structure to asynchronously deliver a stream of location updates to your app when you call liveUpdates(_:).

## Topics

### Type aliases

- [CLLocationUpdate.Updates.Iterator](corelocation/cllocationupdate/updates/iterator.md)

## Relationships

### Conforms To

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

## See Also

### Receiving location updates

- [liveUpdates(_:)](corelocation/cllocationupdate/liveupdates(_:).md)
- [CLLocationUpdate.LiveConfiguration](corelocation/cllocationupdate/liveconfiguration.md)
