A specific vehicle used by a ride-booking service.
SDKs
- iOS 10.0+
- Mac Catalyst 13.0+
- watchOS 3.0+
Framework
- Intents
Declaration
class INRideVehicle : NSObject
Overview
An INRide
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 INRide
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
property of the INRide
object that you include with your response.