Skip to main content
All docs
V24.2

AzureTrafficIncidentResult Properties

Contains a traffic incident information response obtained from the Azure Maps service.
Name Description
Cause Gets the cause of the incident, where available, in the language requested.
ClusterSize Gets the number of incidents in the cluster.
CoordinateBottomLeft Gets the bottom left coordinates of the cluster in the projection of the request.
CoordinateTopRight Gets the top right coordinates of the cluster in the projection of the request.
DelayMagnitude Gets the magnitude of the delay associated with the incident. These values correspond to incident colors in the traffic tiles.
DelaySeconds Gets the delay caused by the incident in seconds (except for road closures).
Description Gets the description of the incident in the language requested.
EndDate Gets the estimated end date of the incident, if available. The date is described in the ISO8601 format.
FromLocationName Gets the name of the intersection or location where the traffic due to the incident starts.
IconCategory Gets the icon category associated with this incident.
Id Gets the ID of the traffic incident.
LengthMeters Gets the length of the incident in meters.
Point Gets the point where an icon of the cluster or raw incident should be drawn, expressed in the requested projection. This value is affected by traffic style, zoom level, and road type.
RoadNames Gets the road names (numbers) affected by the incident. Multiple road numbers are separated by slashes.
StartDate Gets the date the incident occurred, if available. The date is described in the ISO8601 format.
ToLocationName Gets the name of the intersection or location where the traffic due to the incident ends.
See Also