---
title: MKDirections.Response
framework: mapkit
role: symbol
role_heading: Class
path: mapkit/mkdirections/response
---

# MKDirections.Response

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

## Declaration

```swift
class Response
```

## Overview

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

## Topics

### Getting the end points

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

### Getting the route information

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

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Directions

- [MKDirections](mapkit/mkdirections.md)
- [MKDirections.Request](mapkit/mkdirections/request.md)
- [MKDirections.ETAResponse](mapkit/mkdirections/etaresponse.md)
- [MKRoute](mapkit/mkroute.md)
- [MKRoute.Step](mapkit/mkroute/step.md)
