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

# CLLocationUpdate

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

## Declaration

```swift
struct CLLocationUpdate
```

## Mentioned in

Handling location updates in the background

## Overview

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

## Topics

### Determining movement and location

- [isStationary](corelocation/cllocationupdate/isstationary.md)
- [location](corelocation/cllocationupdate/location.md)

### Receiving location updates

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

### Instance Properties

- [accuracyLimited](corelocation/cllocationupdate/accuracylimited.md)
- [authorizationDenied](corelocation/cllocationupdate/authorizationdenied.md)
- [authorizationDeniedGlobally](corelocation/cllocationupdate/authorizationdeniedglobally.md)
- [authorizationRequestInProgress](corelocation/cllocationupdate/authorizationrequestinprogress.md)
- [authorizationRestricted](corelocation/cllocationupdate/authorizationrestricted.md)
- [insufficientlyInUse](corelocation/cllocationupdate/insufficientlyinuse.md)
- [locationUnavailable](corelocation/cllocationupdate/locationunavailable.md)
- [serviceSessionRequired](corelocation/cllocationupdate/servicesessionrequired.md)
- [stationary](corelocation/cllocationupdate/stationary.md)

## Relationships

### Conforms To

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

## See Also

### Essentials

- [Configuring your app to use location services](corelocation/configuring-your-app-to-use-location-services.md)
- [Supporting live updates in SwiftUI and Mac Catalyst apps](corelocation/supporting-live-updates-in-swiftui-and-mac-catalyst-apps.md)
- [CLLocationManager](corelocation/cllocationmanager.md)
- [CLBackgroundActivitySession](corelocation/clbackgroundactivitysession-3mzv3.md)
- [Adopting live updates in Core Location](corelocation/adopting-live-updates-in-core-location.md)
- [Monitoring location changes with Core Location](corelocation/monitoring-location-changes-with-core-location.md)
