MapsRatesComparedSaturation
Field | Description | Type |
---|---|---|
actual | Rates saturation data for the actual timeframe. | MapsRatesComparableSaturation |
comparison | Rates saturation data for the comparison timeframe. | MapsRatesComparableSaturation |
variation | Calculated difference between actual and comparison . |
array[MapsRatesSaturationVariation] |
MapsRatesComparableSaturation
Field | Description | Type |
---|---|---|
timeframe | Reference date range. | Timeframe |
value | Rates saturation map quads data for the corresponding timeframe . |
array[MapsRatesSaturationElement] |
Timeframe
Field | Description | Type |
---|---|---|
*from | Start date of timeframe. | date |
*to | End date of timeframe. | date |
MapsRatesSaturationElement
Field | Description | Type |
---|---|---|
*saturation | Rates saturation data of corresponding quadkey . |
LocationRatesSaturation |
*quadkey | Identifier of the map quad. | Quadkey |
LocationRatesSaturation
Field | Description | Type | Examples |
---|---|---|---|
*total_offers | Total number of accommodation offers. | int | 1106 |
*available_offers | Number of available accommodation offers. | int | 729 |
*saturation | Occupancy ratio in the range [0,100] calculated by the following formula. |
decimal | 34.09 |
Quadkey
Field | Description | Type | Examples |
---|---|---|---|
*tile | Map quad identifier in Bing Maps Tile System standard format. | string | 1202231311 |
*wkt | Map quad expressed in WKT standard format. | string | POLYGON ((10.8984375 43.83452678223682, 11.25 43.83452678223682, 11.25 44.087585028245165, 10.8984375 44.087585028245165, 10.8984375 43.83452678223682)) |
MapsRatesSaturationVariation
Field | Description | Type |
---|---|---|
*compare | Rates saturation variation data of corresponding quadkey . |
LocationRatesSaturationVariation |
*quadkey | Identifier of the map quad. | Quadkey |
LocationRatesSaturationVariation
Field | Description | Type |
---|---|---|
*total_offers | Variation of accommodation offers. | Variation |
*available_offers | Variation of available accommodation offers. | Variation |
*saturation | Occupancy ratio variation. | Variation |
Variation
Field | Description | Type | Examples |
---|---|---|---|
value | Difference between actual value and comparison value. |
decimal | 1.12 |
variation | The explicit variation polarity. It is null when values are not available in both timeframes. |
string | POSITIVE NEUTRAL NEGATIVE |
Quadkey
Field | Description | Type | Examples |
---|---|---|---|
*tile | Map quad identifier in Bing Maps Tile System standard format. | string | 1202231311 |
*wkt | Map quad expressed in WKT standard format. | string | POLYGON ((10.8984375 43.83452678223682, 11.25 43.83452678223682, 11.25 44.087585028245165, 10.8984375 44.087585028245165, 10.8984375 43.83452678223682)) |