---
title: source
framework: mapkit
role: symbol
role_heading: Instance Property
path: mapkit/mkdirections/response/source
---

# source

The start point of the route.

## Declaration

```swift
var source: MKMapItem { get }
```

## Discussion

Discussion The item in this property may contain additional details that aren’t in the original item you use to create the MKDirections.Request object.

## See Also

### Getting the end points

- [destination](mapkit/mkdirections/response/destination.md)
