---
title: travelEstimates
framework: carplay
role: symbol
role_heading: Instance Property
path: carplay/cproutechoice/travelestimates
---

# travelEstimates

Trip preview information such as battery, fuel, or toll information to display for this route choice.

## Declaration

```swift
var travelEstimates: CPTravelEstimates? { get }
```

## Discussion

Discussion The travel estimates associated with this route choice provide comprehensive information about the route, including traditional metrics (time and distance) and supplementary information (tolls, energy consumption, etc.). During route selection, the system displays this information to help users make informed decisions. For example, users can compare toll costs between different route options or evaluate whether their vehicle’s battery level will be sufficient for a particular route. note: This property is read-only and set during initialization. To update route information, create a new CPRouteChoice instance with updated travel estimates.
