---
title: destinationNameVariants
framework: carplay
role: symbol
role_heading: Instance Property
path: carplay/cptrip/destinationnamevariants
---

# destinationNameVariants

An array of strings that represents the names of the destination for this trip, arranged from most to least preferred.

## Declaration

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

## Discussion

Discussion You need to provide at least one variant. Present the variant strings as localized, displayable content.

## See Also

### Getting Route Choices

- [routeChoices](carplay/cptrip/routechoices.md)
