<!--
{
  "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",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Core Location"
    ],
    "preciseIdentifier" : "s:12CoreLocation16CLLocationUpdateV"
  },
  "title" : "CLLocationUpdate"
}
-->

# CLLocationUpdate

A structure that contains the location information the framework delivers with each update.

```
struct CLLocationUpdate
```

## Discussion

You use `CLLocationUpdate` events to observe changes in the device’s location, and to determine the activity type.

## Topics

### Determining movement and location

[`isStationary`](/documentation/CoreLocation/CLLocationUpdate/isStationary)

A Boolean value that indicates whether the user is stationary.

[`location`](/documentation/CoreLocation/CLLocationUpdate/location)

The user’s location, if available.

### Receiving location updates

[`liveUpdates(_:)`](/documentation/CoreLocation/CLLocationUpdate/liveUpdates(_:))

Tells Core Location to start delivering the location updates it produces for the configuration you specify.

[`LiveConfiguration`](/documentation/CoreLocation/CLLocationUpdate/LiveConfiguration)

Values that indicate the kind of positioning updates the framework delivers.

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

A structure that represents an asynchronous sequence of location updates.

### See also

## 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)