<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CarPlay",
  "identifier" : "/documentation/CarPlay/CPRouteChoice/travelEstimates",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "CarPlay"
    ],
    "preciseIdentifier" : "c:objc(cs)CPRouteChoice(py)travelEstimates"
  },
  "title" : "travelEstimates"
}
-->

# travelEstimates

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

```
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.

---

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)