MKDirections.ETAResponse
The travel-time information that Apple servers return.
Declaration
class ETAResponseOverview
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.