---
title: kCLLocationAccuracyReduced
framework: corelocation
role: symbol
role_heading: Global Variable
path: corelocation/kcllocationaccuracyreduced
---

# kCLLocationAccuracyReduced

The level of accuracy used when an app isn’t authorized for full accuracy location data.

## Declaration

```swift
let kCLLocationAccuracyReduced: CLLocationAccuracy
```

## Discussion

Discussion The accuracy of location data is reduced in both space and time using approaches like selecting a nearby point of interest and updating the location at most a few times per hour. The approximate location preserves the user’s country or region, typically preserves the city, and is usually within 1–20 kilometers of the actual location. If your app is authorized to access location information with full accuracy, you can use this constant to access location data as if the app didn’t have that authorization.

## See Also

### Desired Accuracy Constants

- [kCLLocationAccuracyBestForNavigation](corelocation/kcllocationaccuracybestfornavigation.md)
- [kCLLocationAccuracyBest](corelocation/kcllocationaccuracybest.md)
- [kCLLocationAccuracyNearestTenMeters](corelocation/kcllocationaccuracynearesttenmeters.md)
- [kCLLocationAccuracyHundredMeters](corelocation/kcllocationaccuracyhundredmeters.md)
- [kCLLocationAccuracyKilometer](corelocation/kcllocationaccuracykilometer.md)
- [kCLLocationAccuracyThreeKilometers](corelocation/kcllocationaccuracythreekilometers.md)
