Class TrafficIncident
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.Map.Bing
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public class TrafficIncident : Resource
Constructors
TrafficIncident()
Declaration
public TrafficIncident()
Properties
Congestion
Declaration
public string Congestion { get; set; }
Property Value
System.String
|
Description
Declaration
public string Description { get; set; }
Property Value
System.String
|
Detour
Declaration
public string Detour { get; set; }
Property Value
System.String
|
End
Declaration
public string End { get; set; }
Property Value
System.String
|
IncidentId
Declaration
public long IncidentId { get; set; }
Property Value
System.Int64
|
Lane
Declaration
public string Lane { get; set; }
Property Value
System.String
|
LastModified
Declaration
public string LastModified { get; set; }
Property Value
System.String
|
LocationCodes
Declaration
public string[] LocationCodes { get; set; }
Property Value
System.String[]
|
Point
RoadClosed
Declaration
public bool RoadClosed { get; set; }
Property Value
System.Boolean
|
Severity
Declaration
public int Severity { get; set; }
Property Value
System.Int32
|
Start
Declaration
public string Start { get; set; }
Property Value
System.String
|
ToPoint
Type
Declaration
public int Type { get; set; }
Property Value
System.Int32
|
Verified
Declaration
public bool Verified { get; set; }
Property Value
System.Boolean
|