---
title: roadFollowingManeuverVariants
framework: carplay
role: symbol
role_heading: Instance Property
path: carplay/cpmaneuver/roadfollowingmaneuvervariants
---

# roadFollowingManeuverVariants

An array of strings that represent the names of the road following this maneuver, arranged from most to least preferred.

## Declaration

```swift
var roadFollowingManeuverVariants: [String]? { get set }
```

## Discussion

Discussion Localize each variant for display to the individual; the array needs to contain at least one variant. The system displays the first variant that fits into the available screen space; arrange the variants in order from most- to least-preferred.

## See Also

### Providing maneuver information

- [maneuverType](carplay/cpmaneuver/maneuvertype.md)
- [linkedLaneGuidance](carplay/cpmaneuver/linkedlaneguidance.md)
- [highwayExitLabel](carplay/cpmaneuver/highwayexitlabel.md)
- [trafficSide](carplay/cpmaneuver/trafficside.md)
