Contents

isCanceled

A Boolean value indicating whether someone canceled the ride for any reason.

Declaration

var isCanceled: Bool { get }

Discussion

The value of this property is true when someone canceled the ride. It is false when the user was successfully picked up. The method you use to create an instance of this class automatically sets the value of this property.

See Also

Getting the Status Information