<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 7.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INListCarsIntent",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INListCarsIntent"
  },
  "title" : "INListCarsIntent"
}
-->

# INListCarsIntent

An intent for retrieving a list of the user’s electric vehicles.

```
class INListCarsIntent
```

## Overview

Maps creates instances of `INListCarsIntent` when it needs to display a list of the user’s electric vehicles, usually before or during route planning.

To handle this intent, you create an object that conforms to the [`INListCarsIntentHandling`](/documentation/Intents/INListCarsIntentHandling) protocol. The object handles, and optionally confirms, the request by providing an instance of [`INListCarsIntentResponse`](/documentation/Intents/INListCarsIntentResponse). The response contains an array of [`INCar`](/documentation/Intents/INCar) objects, one for each of the user’s electric vehicles. Maps requires that each vehicle responds to [`INGetCarPowerLevelStatusIntent`](/documentation/Intents/INGetCarPowerLevelStatusIntent) requests so that it can use the information the intent provides—current charge, battery capacity, distance remaining, and so forth—to more accurately plan the route.

## Topics

### Creating an Intent

[`init()`](/documentation/Intents/INListCarsIntent/init())

Creates an intent that represents a request for a list of the user’s electric vehicles.

## Relationships

### Conforms To

[`INIntentSetImageKeyPath`](/documentation/Intents/INIntentSetImageKeyPath)

[`NSCopying`](/documentation/Foundation/NSCopying)

[`Hashable`](/documentation/Swift/Hashable)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`Equatable`](/documentation/Swift/Equatable)

[`CVarArg`](/documentation/Swift/CVarArg)

[`NSSecureCoding`](/documentation/Foundation/NSSecureCoding)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`NSCoding`](/documentation/Foundation/NSCoding)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

### Inherits From

[`INIntent`](/documentation/Intents/INIntent)

---

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)