---
title: pickupLocation
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inrequestrideintent/pickuplocation
---

# pickupLocation

The user’s starting location.

## Declaration

```swift
@NSCopying var pickupLocation: CLPlacemark? { get }
```

## Discussion

Discussion Use this property to determine which vehicles are in the vicinity and to dispatch the driver when the user books the ride.

## See Also

### Getting the Ride Details

- [rideOptionName](intents/inrequestrideintent/rideoptionname.md)
- [partySize](intents/inrequestrideintent/partysize-39k7z.md)
- [scheduledPickupTime](intents/inrequestrideintent/scheduledpickuptime.md)
- [dropOffLocation](intents/inrequestrideintent/dropofflocation.md)
