Result from the Traffic Area Analytics Lite service.
Contains the full traffic analysis for the requested polygon region and time period.
Each feature corresponds to the submitted region with aggregated and time-series metrics.
console.log(result.properties.startDate); // Date object: 2024-08-06T00:00:00.000Z result.features[0].properties.baseData.speed; // avg speed in km/h result.properties.ranges.congestionLevel; // { min: 3, max: 42 } — data-driven range across all tiles
Result from the Traffic Area Analytics Lite service.
Contains the full traffic analysis for the requested polygon region and time period. Each feature corresponds to the submitted region with aggregated and time-series metrics.
Example