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.
# Transportations

## Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| [RelativePosition](/connectivity/docs/api-reference/relativeposition)/`Transportations` | - | array of [Transportation](/connectivity/docs/api-reference/transportation) | 0..1 | - |
| `Transportations`/[Transportation](/connectivity/docs/api-reference/transportation) | Container for [TPA_Extensions](/connectivity/docs/api-reference/tpa_extensions). | object | 0..* | - |


## XML


```xml
<Transportations>
  <Transportation>
    ...
  </Transportation>
  <Transportation>
    ...
  </Transportation>
</Transportations>
```

## Related endpoints

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