---
title: CLLocationUpdater
framework: corelocation
role: symbol
role_heading: Class
path: corelocation/cllocationupdater
---

# CLLocationUpdater

An object that provides device location updates.

## Declaration

```occ
@interface CLLocationUpdater : NSObject
```

## Topics

### Creating a location updater

- [liveUpdaterWithConfiguration:queue:handler:](corelocation/cllocationupdater/liveupdaterwithconfiguration:queue:handler:.md)
- [liveUpdaterWithQueue:handler:](corelocation/cllocationupdater/liveupdaterwithqueue:handler:.md)
- [CLLiveUpdateConfiguration](corelocation/clliveupdateconfiguration.md)

### Controlling the updater

- [invalidate](corelocation/cllocationupdater/invalidate.md)
- [pause](corelocation/cllocationupdater/pause.md)
- [resume](corelocation/cllocationupdater/resume.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

## See Also

### Location updates

- [Getting the current location of a device](corelocation/getting-the-current-location-of-a-device.md)
- [Handling location updates in the background](corelocation/handling-location-updates-in-the-background.md)
- [Creating a location push service extension](corelocation/creating-a-location-push-service-extension.md)
- [CLLocation](corelocation/cllocation.md)
- [CLLocationCoordinate2D](corelocation/cllocationcoordinate2d.md)
- [CLFloor](corelocation/clfloor.md)
- [CLVisit](corelocation/clvisit.md)
- [CLLocationSourceInformation](corelocation/cllocationsourceinformation.md)
- [CLServiceSession](corelocation/clservicesession-2ddhd.md)
- [CLServiceSessionDiagnostic](corelocation/clservicesessiondiagnostic.md)
- [CLBackgroundActivitySessionDiagnostic](corelocation/clbackgroundactivitysessiondiagnostic.md)
