---
title: cars
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inlistcarsintentresponse/cars
---

# cars

An array of the user’s electric vehicles.

## Declaration

```swift
var cars: [INCar]? { get set }
```

## Discussion

Discussion Set this property to an array of INCar objects that represents the user’s electric vehicles. Maps requires these vehicles to respond to INGetCarPowerLevelStatusIntent requests so that it can use them during route planning and navigation.

## See Also

### Providing a List of Cars

- [INCar](intents/incar.md)
