pickupLocation
The user’s starting location.
Declaration
@NSCopying var pickupLocation: CLPlacemark? { get }Discussion
Use this property to determine which vehicles are in the vicinity and to dispatch the driver when the user books the ride.
The user’s starting location.
@NSCopying var pickupLocation: CLPlacemark? { get }Use this property to determine which vehicles are in the vicinity and to dispatch the driver when the user books the ride.