<!--
{
  "availability" : [
    "iOS: 7.0.0 -",
    "iPadOS: 7.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.9.0 -",
    "tvOS: 9.2.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MapKit",
  "identifier" : "/documentation/MapKit/MKDirections/Response",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "MapKit"
    ],
    "preciseIdentifier" : "c:objc(cs)MKDirectionsResponse"
  },
  "title" : "MKDirections.Response"
}
-->

# MKDirections.Response

The route information that Apple servers return in response to your request for directions.

```
class Response
```

## Overview

You don’t create instances of this class directly. Instead, you initiate a request for directions by calling the [`calculate(completionHandler:)`](/documentation/MapKit/MKDirections/calculate(completionHandler:)) method of an [`MKDirections`](/documentation/MapKit/MKDirections) object. The completion handler you pass to that method receives an `MKDirections.Response` object with the results.

## Topics

### Getting the end points

[`source`](/documentation/MapKit/MKDirections/Response/source)

The start point of the route.

[`destination`](/documentation/MapKit/MKDirections/Response/destination)

The end point of the route.

### Getting the route information

[`routes`](/documentation/MapKit/MKDirections/Response/routes)

An array of route objects representing the directions between the start and end points.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)