---
title: upcomingManeuvers
framework: carplay
role: symbol
role_heading: Instance Property
path: carplay/cpnavigationsession/upcomingmaneuvers
---

# upcomingManeuvers

The next set of maneuvers the user should perform while following the current route.

## Declaration

```swift
var upcomingManeuvers: [CPManeuver] { get set }
```

## Discussion

Discussion The system displays multiple maneuvers at the same time. However, the system may limit the number of visible maneuvers.

## See Also

### Managing Upcoming Maneuvers

- [maneuverState](carplay/cpnavigationsession/maneuverstate.md)
- [currentRoadNameVariants](carplay/cpnavigationsession/currentroadnamevariants.md)
- [currentLaneGuidance](carplay/cpnavigationsession/currentlaneguidance.md)
- [add(_:)](carplay/cpnavigationsession/add(_:)-17l62.md)
- [add(_:)](carplay/cpnavigationsession/add(_:)-93qpu.md)
- [CPManeuver](carplay/cpmaneuver.md)
