<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INRideStatus/pickupLocation",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INRideStatus(py)pickupLocation"
  },
  "title" : "pickupLocation"
}
-->

# pickupLocation

The starting location for the ride.

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

## Discussion

Use this property to specify the location where your driver will pick up the user. Do not include the pickup location in the[`waypoints`](/documentation/Intents/INRideStatus/waypoints) property.

The default value of this property is `nil`.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)