Class
TrafficIncident

TrafficIncident DataContract class.

Definition

Namespace:Telerik.Windows.Controls.DataVisualization.Map.BingRest

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
[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 Resource.BoundingBox

Constructors

TrafficIncident()

Declaration

cs-api-definition
public TrafficIncident()

Properties

Congestion

Gets or sets the Congestion.

Declaration

cs-api-definition
[DataMember(Name = "congestion", EmitDefaultValue = false)]
public string Congestion { get; set; }

Property Value

string

Description

Gets or sets the Description.

Declaration

cs-api-definition
[DataMember(Name = "description", EmitDefaultValue = false)]
public string Description { get; set; }

Property Value

string

Detour

Gets or sets the Detour.

Declaration

cs-api-definition
[DataMember(Name = "detour", EmitDefaultValue = false)]
public string Detour { get; set; }

Property Value

string

End

Gets or sets the End.

Declaration

cs-api-definition
[DataMember(Name = "end", EmitDefaultValue = false)]
public string End { get; set; }

Property Value

string

IncidentId

Gets or sets the IncidentId.

Declaration

cs-api-definition
[DataMember(Name = "incidentId", EmitDefaultValue = false)]
public long IncidentId { get; set; }

Property Value

long

Lane

Gets or sets the Lane.

Declaration

cs-api-definition
[DataMember(Name = "lane", EmitDefaultValue = false)]
public string Lane { get; set; }

Property Value

string

LastModified

Gets or sets the LastModified.

Declaration

cs-api-definition
[DataMember(Name = "lastModified", EmitDefaultValue = false)]
public string LastModified { get; set; }

Property Value

string

LocationCodes

Gets or sets the LocationCodes.

Declaration

cs-api-definition
[DataMember(Name = "locationCodes", EmitDefaultValue = false)]
public string[] LocationCodes { get; set; }

Property Value

string[]

Point

Gets or sets the Point.

Declaration

cs-api-definition
[DataMember(Name = "point", EmitDefaultValue = false)]
public Point Point { get; set; }

Property Value

Point

RoadClosed

Gets or sets the RoadClosed.

Declaration

cs-api-definition
[DataMember(Name = "roadClosed", EmitDefaultValue = false)]
public bool RoadClosed { get; set; }

Property Value

bool

Severity

Gets or sets the Severity.

Declaration

cs-api-definition
[DataMember(Name = "severity", EmitDefaultValue = false)]
public int Severity { get; set; }

Property Value

int

Start

Gets or sets the Start.

Declaration

cs-api-definition
[DataMember(Name = "start", EmitDefaultValue = false)]
public string Start { get; set; }

Property Value

string

ToPoint

Gets or sets the ToPoint.

Declaration

cs-api-definition
[DataMember(Name = "toPoint", EmitDefaultValue = false)]
public Point ToPoint { get; set; }

Property Value

Point

Type

Gets or sets the Type.

Declaration

cs-api-definition
[DataMember(Name = "type", EmitDefaultValue = false)]
public int Type { get; set; }

Property Value

int

Verified

Gets or sets the Verified.

Declaration

cs-api-definition
[DataMember(Name = "verified", EmitDefaultValue = false)]
public bool Verified { get; set; }

Property Value

bool