<!--
{
  "availability" : [
    "MapKit JS: 5.44.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MapKitJS",
  "identifier" : "/documentation/MapKitJS/DirectionsRequest/arrivalDate",
  "metadataVersion" : "0.1.0",
  "role" : "Interface Property",
  "symbol" : {
    "kind" : "Interface Property",
    "modules" : [
      "MapKit JS"
    ],
    "preciseIdentifier" : "structp/mapkit.DirectionsRequest/arrivalDate"
  },
  "title" : "arrivalDate"
}
-->

# arrivalDate

The arrival date for the trip.

```
arrivalDate?: Date;
```

## Discussion

Specify either a [`departureDate`](/documentation/MapKitJS/DirectionsRequest/departureDate) or an `arrivalDate`, don’t set both. If you send both values, MapKit JS logs a warning.

---

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)