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

# pickupLocation

The user’s starting location.

## Declaration

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

## Discussion

Discussion Use this property to determine what vehicles are in the vicinity. Combine this property with the dropOffLocation property to determine pricing and timing information.

## See Also

### Getting the Pickup and Drop Off Locations

- [dropOffLocation](intents/inlistrideoptionsintent/dropofflocation.md)
