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

# pickupLocation

The starting location for the ride.

## Declaration

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

## Discussion

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.

## See Also

### Accessing the Route Information

- [waypoints](intents/inridestatus/waypoints.md)
- [dropOffLocation](intents/inridestatus/dropofflocation.md)
