pickupLocation
The starting location for the ride.
Declaration
@NSCopying var pickupLocation: CLPlacemark? { get set }Discussion
Use this property to specify the location where your driver will pick up the user. Do not include the pickup location in thewaypoints property.
The default value of this property is nil.