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

# coordinate

A 2D coordinate that corresponds to the latitude and longitude of the specified map point.

## Declaration

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

## See Also

### Getting the point coordinates

- [x](mapkit/mkmappoint/x.md)
- [y](mapkit/mkmappoint/y.md)
