Skip to content

MapsComparedOverall

Field Description Type
actual Overall data for the actual timeframe. MapsComparableOverall
comparison Overall data for the comparison timeframe. MapsComparableOverall
variation Calculated difference between actual and comparison. array[MapsOverallVariation]
MapsComparableOverall
Field Description Type
timeframe Reference date range. Timeframe
value Overall map quads data for the corresponding timeframe. array[MapsOverallElement]
Timeframe
Field Description Type
*from Start date of timeframe. date
*to End date of timeframe. date
MapsOverallElement
Field Description Type
*overall Overall data of corresponding quadkey. LocationOverall
*quadkey Identifier of the map quad. Quadkey
LocationOverall
Field Description Type
sentiment KPI which indicates users global satisfaction. PolarizedValue
contents Total and grouped by polarity count of contents. PolarizedCount
poi Count of POIs within the group. PartitionCount
PolarizedValue
Field Description Type Examples
value Value of the including field in the range [0,100]. decimal 60.3
59.7
polarity Polarity of the corresponding value. string POSITIVE
NEGATIVE
PolarizedCount
Field Description Type
positive Positive elements count. int
negative Negative elements count. int
neutral Neutral elements count. int
total Total elements count. int
PartitionCount
Field Description Type
partition Count incidence percentage of the group's elements over total elements. int
count Total elements of the group. int
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))
MapsOverallVariation
Field Description Type
*overall_compare Overall variation data of corresponding quadkey. LocationOverallVariation
*quadkey Identifier of the map quad. Quadkey
LocationOverallVariation
Field Description Type
sentiment Sentiment variation. Variation
contents Grouped by polarity variation of contents. PolarizedVariation
poi Variation of POIs within the location. 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
PolarizedVariation
Field Description Type
positive Positive elements count variation. Variation
negative Negative elements count variation. Variation
neutral Neutral elements count variation. Variation
total Total elements count variation. Variation
PartitionVariation
Field Description Type
partition Count incidence percentage variation of the group's elements over total elements. Variation
count Total elements variation of the group. 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))