---
title: coordinate
framework: mapkit
role: symbol
role_heading: Instance Property
path: mapkit/mkannotation/coordinate
---

# coordinate

The center point (specified as a map coordinate) of the annotation.

## Declaration

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

## Discussion

Discussion Your implementation of this property must be key-value observing (KVO) compliant. For more information on how to implement support for KVO, see Key-Value Observing Programming Guide.

## See Also

### Related Documentation

- [Location and Maps Programming Guide](apple-archive/documentation/UserExperience/Conceptual/LocationAwarenessPG/Introduction.md)
