Contents

MKDirections.Response

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

Declaration

class Response

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

Getting the route information

See Also

Directions