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

## Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| [Leg](/connectivity/docs/api-reference/leg)/`Start` | Starting point details. | object | 0..1 | - |
| `Start`/`@Type` | The type of starting point. | enum | 1..1 | Accepted values: `airport` |
| `Start`/`@Code` | The 3-letter [IATA](http://www.iata.org/publications/Pages/code-search.aspx) code of the airport that serves as the starting location. | [IATA](http://www.iata.org/publications/Pages/code-search.aspx) | Required | - |


## XML


```xml
<Start
  Type='airport'
  Code='AMS' />
```

## Related endpoints

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