---
title: expectedTravelTime
framework: mapkit
role: symbol
role_heading: Instance Property
path: mapkit/mkdirections/etaresponse/expectedtraveltime
---

# expectedTravelTime

The expected travel time, in seconds.

## Declaration

```swift
var expectedTravelTime: TimeInterval { get }
```

## Discussion

Discussion The expected travel time reflects the time it takes to traverse the route, taking expected traffic into account. The actual amount of time may vary based on changes in traffic and other travel conditions.

## See Also

### Getting the travel information

- [expectedDepartureDate](mapkit/mkdirections/etaresponse/expecteddeparturedate.md)
- [expectedArrivalDate](mapkit/mkdirections/etaresponse/expectedarrivaldate.md)
- [distance](mapkit/mkdirections/etaresponse/distance.md)
- [transportType](mapkit/mkdirections/etaresponse/transporttype.md)
