---
title: destination
framework: mapkit
role: symbol
role_heading: Instance Property
path: mapkit/mkdirections/request/destination
---

# destination

The end point for routing directions.

## Declaration

```swift
var destination: MKMapItem? { get set }
```

## Discussion

Discussion Use the setter method setDestination: to set this property.

## See Also

### Accessing the start and end points

- [source](mapkit/mkdirections/request/source.md)
