<!--
{
  "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/ETAResponse",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "MapKit"
    ],
    "preciseIdentifier" : "c:objc(cs)MKETAResponse"
  },
  "title" : "MKDirections.ETAResponse"
}
-->

# MKDirections.ETAResponse

The travel-time information that Apple servers return.

```
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:)`](/documentation/MapKit/MKDirections/calculateETA(completionHandler:)) method of an [`MKDirections`](/documentation/MapKit/MKDirections) object. The completion handler you pass to that method receives an `MKDirections.ETAResponse` object with the results.

## Topics

### Getting the end points

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

The start point of the route.

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

The end point of the route.

### Getting the travel information

[`expectedTravelTime`](/documentation/MapKit/MKDirections/ETAResponse/expectedTravelTime)

The expected travel time, in seconds.

[`expectedDepartureDate`](/documentation/MapKit/MKDirections/ETAResponse/expectedDepartureDate)

The expected departure time.

[`expectedArrivalDate`](/documentation/MapKit/MKDirections/ETAResponse/expectedArrivalDate)

The expected arrival time.

[`distance`](/documentation/MapKit/MKDirections/ETAResponse/distance)

The expected travel distance, in meters.

[`transportType`](/documentation/MapKit/MKDirections/ETAResponse/transportType)

The type of conveyance to use for determining the travel time.



---

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)