Contents

MKDirections.ETAResponse

The travel-time information that Apple servers return.

Declaration

class ETAResponse

Overview

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

Topics

Getting the end points

Getting the travel information

See Also

Directions