Class TrafficIncident
TrafficIncident DataContract class.
Inherited Members
Namespace: Telerik.Windows.Controls.DataVisualization.Map.BingRest
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class TrafficIncident : Resource
Constructors
TrafficIncident()
Declaration
public TrafficIncident()
Properties
Congestion
Gets or sets the Congestion.
Declaration
public string Congestion { get; set; }
Property Value
System.String
|
Description
Gets or sets the Description.
Declaration
public string Description { get; set; }
Property Value
System.String
|
Detour
Gets or sets the Detour.
Declaration
public string Detour { get; set; }
Property Value
System.String
|
End
Gets or sets the End.
Declaration
public string End { get; set; }
Property Value
System.String
|
IncidentId
Gets or sets the IncidentId.
Declaration
public long IncidentId { get; set; }
Property Value
System.Int64
|
Lane
Gets or sets the Lane.
Declaration
public string Lane { get; set; }
Property Value
System.String
|
LastModified
Gets or sets the LastModified.
Declaration
public string LastModified { get; set; }
Property Value
System.String
|
LocationCodes
Gets or sets the LocationCodes.
Declaration
public string[] LocationCodes { get; set; }
Property Value
System.String[]
|
Point
RoadClosed
Gets or sets the RoadClosed.
Declaration
public bool RoadClosed { get; set; }
Property Value
System.Boolean
|
Severity
Gets or sets the Severity.
Declaration
public int Severity { get; set; }
Property Value
System.Int32
|
Start
Gets or sets the Start.
Declaration
public string Start { get; set; }
Property Value
System.String
|
ToPoint
Type
Gets or sets the Type.
Declaration
public int Type { get; set; }
Property Value
System.Int32
|
Verified
Gets or sets the Verified.
Declaration
public bool Verified { get; set; }
Property Value
System.Boolean
|