The functionality supported by `AreaInfo` and `HotelInfo > RelativePositions` are soon to sunset
Booking.com is deprecating the functionality of specifying/retrieving nearby attractions and the property's relative position information using `AreaInfo` and `HotelInfo > RelativePositions` as of March 15, 2023, and will sunset on June 30, 2023.
Booking.com automatically generates the nearby places and the property's relative position information. Please see [the deprecation policy documentation][property-area-info] for more details.

details
summary
This documentation section contains an API solution that is soon to sunset. You can still access the topic by clicking the expand icon.
# Departure

## Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| [Leg](/connectivity/docs/api-reference/leg)/`Departure` | Departure times. | object | 0..1 | - |
| `Departure`/`@Interval` | The departure interval in minutes, if the transportation departs multiple times a day. | int | 0..1 | - |
| `Departure`/`@UponArrangement` | Specifies whether the transportation is available only by arrangement. | int | 0..1 | `1` = true, `0` false |


## XML


```xml
<Departure
  Interval='20' />
...
<Departure
  UponArrangement='1' />
```

## Related endpoints

* [/ota/OTA_HotelDescriptiveContentNotif](/connectivity/docs/ota-hoteldescriptivecontentnotif)