ClassTrafficIncident
TrafficIncident DataContract class.
Definition
Namespace:Telerik.Windows.Controls.DataVisualization.Map.BingRest
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
[DataContract(Namespace = "http://schemas.microsoft.com/search/local/ws/rest/v1")]
[Obsolete("This class is obsolete and will be deleted in Q2 2026.")]
public class TrafficIncident : Resource
Inheritance: objectResourceTrafficIncident
Inherited Members
Constructors
TrafficIncident()
Declaration
public TrafficIncident()
Properties
Congestion
Gets or sets the Congestion.
Declaration
[DataMember(Name = "congestion", EmitDefaultValue = false)]
public string Congestion { get; set; }
Property Value
Description
Gets or sets the Description.
Declaration
[DataMember(Name = "description", EmitDefaultValue = false)]
public string Description { get; set; }
Property Value
Detour
Gets or sets the Detour.
Declaration
[DataMember(Name = "detour", EmitDefaultValue = false)]
public string Detour { get; set; }
Property Value
End
Gets or sets the End.
Declaration
[DataMember(Name = "end", EmitDefaultValue = false)]
public string End { get; set; }
Property Value
IncidentId
Gets or sets the IncidentId.
Declaration
[DataMember(Name = "incidentId", EmitDefaultValue = false)]
public long IncidentId { get; set; }
Property Value
Lane
Gets or sets the Lane.
Declaration
[DataMember(Name = "lane", EmitDefaultValue = false)]
public string Lane { get; set; }
Property Value
LastModified
Gets or sets the LastModified.
Declaration
[DataMember(Name = "lastModified", EmitDefaultValue = false)]
public string LastModified { get; set; }
Property Value
LocationCodes
Gets or sets the LocationCodes.
Declaration
[DataMember(Name = "locationCodes", EmitDefaultValue = false)]
public string[] LocationCodes { get; set; }
Property Value
string[]
Point
Gets or sets the Point.
Declaration
[DataMember(Name = "point", EmitDefaultValue = false)]
public Point Point { get; set; }
Property Value
RoadClosed
Gets or sets the RoadClosed.
Declaration
[DataMember(Name = "roadClosed", EmitDefaultValue = false)]
public bool RoadClosed { get; set; }
Property Value
Severity
Gets or sets the Severity.
Declaration
[DataMember(Name = "severity", EmitDefaultValue = false)]
public int Severity { get; set; }
Property Value
Start
Gets or sets the Start.
Declaration
[DataMember(Name = "start", EmitDefaultValue = false)]
public string Start { get; set; }
Property Value
ToPoint
Gets or sets the ToPoint.
Declaration
[DataMember(Name = "toPoint", EmitDefaultValue = false)]
public Point ToPoint { get; set; }
Property Value
Type
Gets or sets the Type.
Declaration
[DataMember(Name = "type", EmitDefaultValue = false)]
public int Type { get; set; }
Property Value