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

# location

The location object containing latitude and longitude information.

## Declaration

```swift
@NSCopying var location: CLLocation? { get }
```

## Discussion

Discussion Use this object to initialize the placemark object.

## See Also

### Getting the placemark’s location

- [region](corelocation/clplacemark/region.md)
