<!--
{
  "availability" : [
    "iOS: 12.0.0 -",
    "iPadOS: 12.0.0 -",
    "macCatalyst: 13.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CarPlay",
  "identifier" : "/documentation/CarPlay/CPRouteChoice/init(summaryVariants:additionalInformationVariants:selectionSummaryVariants:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "CarPlay"
    ],
    "preciseIdentifier" : "c:objc(cs)CPRouteChoice(im)initWithSummaryVariants:additionalInformationVariants:selectionSummaryVariants:"
  },
  "title" : "init(summaryVariants:additionalInformationVariants:selectionSummaryVariants:)"
}
-->

# init(summaryVariants:additionalInformationVariants:selectionSummaryVariants:)

Creates a route choice.

```
init(summaryVariants: [String], additionalInformationVariants: [String], selectionSummaryVariants: [String])
```

## Parameters

`summaryVariants`

An array of summary variants. The system displays the first variant that fits in the available screen space, so arrange the variants from most to least preferred display order. You should localize each variant for display to the user. You must provide at least one variant; for example, *Via I-280 South*.

`additionalInformationVariants`

An array of variants providing additional information about the route choice. The system displays the first variant that fits in the available screen space, so arrange the variants from most to least preferred display order. You should localize each variant for display to the user. You must provide at least one variant; for example, *Fastest Route* or *Avoids Tolls*.

`selectionSummaryVariants`

An array of selection summary variants. The system displays the first variant that fits in the available screen space, so arrange the variants from most to least preferred display order. You should localize each variant for display to the user. You must provide at least one variant.

## Return Value

A newly initialized route choice.

---

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)