---
title: location
framework: corelocation
role: symbol
role_heading: Instance Property
path: corelocation/clupdate/location
---

# location

A person’s location, if available.

## Declaration

```occ
@property (nonatomic, readonly) CLLocation * location;
```

## Discussion

Discussion If the location isn’t available, the value is nil.

## See Also

### Update properties

- [isStationary](corelocation/clupdate/isstationary.md)
