<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: 17.0.0 -",
    "macOS: 14.0.0 -",
    "tvOS: 17.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreLocation",
  "identifier" : "/documentation/CoreLocation/CLLocationUpdate/Updates",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Core Location"
    ],
    "preciseIdentifier" : "s:12CoreLocation16CLLocationUpdateV7UpdatesV"
  },
  "title" : "CLLocationUpdate.Updates"
}
-->

# CLLocationUpdate.Updates

A structure that represents an asynchronous sequence of location updates.

```
struct Updates
```

## Overview

[`CLLocationUpdate`](/documentation/CoreLocation/CLLocationUpdate) uses this structure to asynchronously deliver a stream of location updates to your app when you call [`liveUpdates(_:)`](/documentation/CoreLocation/CLLocationUpdate/liveUpdates(_:)).

## Topics

### Type aliases

[`struct Iterator`](/documentation/CoreLocation/CLLocationUpdate/Updates/Iterator)

The type of the update’s iterator.

## Relationships

### Conforms To

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

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

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

---

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)