MapsRatesComparedOverall
Field | Description | Type |
---|---|---|
actual | Rates overall data for the actual timeframe. | MapsRatesComparableOverall |
comparison | Rates overall data for the comparison timeframe. | MapsRatesComparableOverall |
variation | Calculated difference between actual and comparison . |
array[MapsRatesOverallVariation] |
MapsRatesComparableOverall
Field | Description | Type |
---|---|---|
timeframe | Reference date range. | Timeframe |
value | Rates overall map quads data for the corresponding timeframe . |
array[MapsRatesOverallElement] |
Timeframe
Field | Description | Type |
---|---|---|
*from | Start date of timeframe. | date |
*to | End date of timeframe. | date |
MapsRatesOverallElement
Field | Description | Type |
---|---|---|
*overall | Overall rates data of corresponding quadkey . |
LocationRatesOverall |
*quadkey | Identifier of the map quad. | Quadkey |
LocationRatesOverall
Field | Description | Type | Examples |
---|---|---|---|
*poi | Count of POIs with accommodation offers within the group. | PartitionCount | |
average | Average accommodation offers price in Euros. | decimal | 88.44 |
*percentiles | Accommodation offers percentiles values expressed in Euros. | array[Percentile] |
PartitionCount
Field | Description | Type |
---|---|---|
partition | Count incidence percentage of the group's elements over total elements. | int |
count | Total elements of the group. | int |
Percentile
Field | Description | Type | Examples |
---|---|---|---|
*request | Requested percentile expressed in the range (0, 1), e.g. 0.5 (the median). | decimal | 0.5 |
*response | Resulting value of the request percentile. |
decimal | 73.00 |
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)) |
MapsRatesOverallVariation
Field | Description | Type |
---|---|---|
*compare | Rates overall variation data of corresponding quadkey . |
LocationRatesSaturationVariation |
*quadkey | Identifier of the map quad. | Quadkey |
LocationRatesSaturationVariation
Field | Description | Type |
---|---|---|
average | Average accommodation offers price variation in Euros. | Variation |
*percentiles | Accommodation offers percentiles variations expressed in Euros. | array[PercentileVariation] |
poi | Count variation of POIs with accommodation offers within the group. | PartitionVariation |
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 |
PercentileVariation
Field | Description | Type | Examples |
---|---|---|---|
*request | Requested percentile expressed in the range (0, 1), e.g. 0.5 (the median). | decimal | 0.5 |
*response | Resulting variation value of the request percentile. |
Variation |
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)) |