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

# destinationNameVariants

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

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

## Discussion

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

---

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)