rideStatus
The current status of the ride.
Declaration
@NSCopying var rideStatus: INRideStatus? { get set }Discussion
Siri uses the information in this object to communicate the ride status to the user. Always provide as much information as you can for the current ride. If the user does not have an active ride, set this property to nil.
The default value of this property is nil.