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

# INRideVehicle

A specific vehicle used by a ride-booking service.

```
class INRideVehicle
```

## Overview

An [`INRideVehicle`](/documentation/Intents/INRideVehicle) object provides information about a vehicle in your fleet. Use a vehicle object to convey details about a specific vehicle to the user. Siri and Maps present information about your vehicle’s location on the map and let the user know when the vehicle arrives.

You create an [`INRideVehicle`](/documentation/Intents/INRideVehicle) object when the user books a ride or when you provide the current status of a ride. You assign the vehicle object to the [`vehicle`](/documentation/Intents/INRideStatus/vehicle) property of the [`INRideStatus`](/documentation/Intents/INRideStatus) object that you include with your response.

## Topics

### Specifying the Vehicle’s Location

[`location`](/documentation/Intents/INRideVehicle/location)

The most recent location of the vehicle.

[`mapAnnotationImage`](/documentation/Intents/INRideVehicle/mapAnnotationImage)

The image to use for the vehicle when displaying its position on the map.

### Specifying the Vehicle Description

[`registrationPlate`](/documentation/Intents/INRideVehicle/registrationPlate)

The text on the license plate or registration plate of the vehicle.

[`manufacturer`](/documentation/Intents/INRideVehicle/manufacturer)

The name of the vehicle’s manufacturer.

[`model`](/documentation/Intents/INRideVehicle/model)

The model of the vehicle.

## Relationships

### Conforms To

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

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

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

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

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

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

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

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

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

### Inherits From

[`NSObject-swift.class`](/documentation/ObjectiveC/NSObject-swift.class)

---

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)