---
title: coordinate
framework: corelocation
role: symbol
role_heading: Instance Property
path: corelocation/cllocation/coordinate
---

# coordinate

The geographical coordinate information.

## Declaration

```swift
var coordinate: CLLocationCoordinate2D { get }
```

## Discussion

Discussion When running in the simulator, Core Location uses the values provided to it by the simulator. You must run your application on an iOS-based device to get the actual location of that device. Special Considerations In iOS, this property is declared as nonatomic. In macOS, it is declared as atomic.

## See Also

### Getting the location attributes

- [altitude](corelocation/cllocation/altitude.md)
- [ellipsoidalAltitude](corelocation/cllocation/ellipsoidalaltitude.md)
- [CLLocationDistance](corelocation/cllocationdistance.md)
- [floor](corelocation/cllocation/floor.md)
- [timestamp](corelocation/cllocation/timestamp.md)
- [sourceInformation](corelocation/cllocation/sourceinformation.md)
