The vehicle assigned to pick up the user.
SDKs
- iOS 10.0+
- Mac Catalyst 13.0+
- watchOS 3.2+
Framework
- Intents
Declaration
@NSCopying var vehicle: INRide Vehicle? { get set }
Discussion
Use this property to specify information about the vehicle assigned to pick up the user. Siri and Maps display vehicle information to the user so that the user can identify the vehicle when it arrives.
The default value of this property is nil
.