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

# expectedTravelTime

The expected travel time, in seconds.

## Declaration

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

## Discussion

Discussion This expected travel time reflects the time it takes to traverse the route under ideal conditions. The actual amount of time may vary based on conditions.

## See Also

### Getting additional route details

- [name](mapkit/mkroute/name.md)
- [hasHighways](mapkit/mkroute/hashighways.md)
- [hasTolls](mapkit/mkroute/hastolls.md)
- [advisoryNotices](mapkit/mkroute/advisorynotices.md)
- [distance](mapkit/mkroute/distance.md)
- [transportType](mapkit/mkroute/transporttype.md)
