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

# waypoints

The intermediate waypoints for the journey.

## Declaration

```swift
var waypoints: [CLPlacemark]? { get set }
```

## Discussion

Discussion Specifying waypoints is optional. You might include waypoints when a single ride involves multiple stops—for example, to pick up or drop off additional members of the user’s party. Do not include the pickup and drop off locations among the waypoints. The default value of this property is nil.

## See Also

### Accessing the Route Information

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