---
title: dropOffLocation
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inridestatus/dropofflocation
---

# dropOffLocation

The destination of the user.

## Declaration

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

## Discussion

Discussion Use this property to specify the final destination for the ride. Do not include the pickup location in thewaypoints property. The default value of this property is nil.

## See Also

### Accessing the Route Information

- [pickupLocation](intents/inridestatus/pickuplocation.md)
- [waypoints](intents/inridestatus/waypoints.md)
