# Position

## Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| [HotelInfo](/connectivity/docs/api-reference/hotelinfo)/`Position` | Geographical coordinates of property. | object | 0..1 | - |
| `Position`/`@Latitude` | Latitude coordinates. | latitude | 1..1 | - |
| `Position`/`@Longitude` | Longitude coordinates. | longitude | 1..1 | - |


## XML


```xml
<Position
  Latitude="49.4092"
  Longitude="1.0900" />
```

## Related endpoints

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