estimatedPickupDate
The date and time when a ride of this type could be at the user’s location.
Declaration
var estimatedPickupDate: Date { get set }Discussion
Use this property to specify the time at which you could pick up the user using a ride of this type. Always try to specify a date and time that is as close to the current time as possible. The init(name:estimatedPickupDate:) method sets this property at initialization time.