MapsComparedIndex
Field | Description | Type |
---|---|---|
actual | Map quads index scores for the actual timeframe. | MapsComparableIndex |
comparison | Map quads index scores for the comparison timeframe. | MapsComparableIndex |
variation | Calculated difference between actual and comparison . |
array[MapsIndexVariation] |
MapsComparableIndex
Field | Description | Type |
---|---|---|
timeframe | Reference date range. | Timeframe |
value | Map quads index scores for the corresponding timeframe . |
array[MapsIndexDateScore] |
Timeframe
Field | Description | Type |
---|---|---|
*from | Start date of timeframe. | date |
*to | End date of timeframe. | date |
MapsIndexDateScore
Field | Description | Type |
---|---|---|
*index | Index data of corresponding quadkey . |
LocationIndexDateScore |
*quadkey | Identifier of the map quad. | Quadkey |
LocationIndexDateScore
Field | Description | Type |
---|---|---|
date | Date representing the day score refers to.It could differ by the requested date for calculation resolution reasons. |
date |
score | Index score value in the range [0,100]. | decimal |
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)) |
MapsIndexVariation
Field | Description | Type |
---|---|---|
*index | Index score variation of corresponding quadkey . |
Variation |
*quadkey | Identifier of the map quad. | Quadkey |
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)) |