Back to Devexpress

AzureTrafficIncidentResult Members

windowsforms-devexpress-dot-xtramap-dot-azuretrafficincidentresult-dot-underscore-members.md

latest5.5 KB
Original Source

AzureTrafficIncidentResult Members

Contains a traffic incident information response obtained from the Azure Maps service.

Constructors

NameDescription
AzureTrafficIncidentResult(String, String, GeoPoint, AzureTrafficIconCategory, AzureTrafficDelayMagnitude, GeoPoint, GeoPoint, Int32, String, DateTime, DateTime, String, String, Int32, Int32, String)Initializes a new instance of the AzureTrafficIncidentResult class with specified settings.

Properties

NameDescription
CauseGets the cause of the incident, where available, in the language requested.
ClusterSizeGets the number of incidents in the cluster.
CoordinateBottomLeftGets the bottom left coordinates of the cluster in the projection of the request.
CoordinateTopRightGets the top right coordinates of the cluster in the projection of the request.
DelayMagnitudeGets the magnitude of the delay associated with the incident. These values correspond to incident colors in the traffic tiles.
DelaySecondsGets the delay caused by the incident in seconds (except for road closures).
DescriptionGets the description of the incident in the language requested.
EndDateGets the estimated end date of the incident, if available. The date is described in the ISO8601 format.
FromLocationNameGets the name of the intersection or location where the traffic due to the incident starts.
IconCategoryGets the icon category associated with this incident.
IdGets the ID of the traffic incident.
LengthMetersGets the length of the incident in meters.
PointGets 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.
RoadNamesGets the road names (numbers) affected by the incident. Multiple road numbers are separated by slashes.
StartDateGets the date the incident occurred, if available. The date is described in the ISO8601 format.
ToLocationNameGets the name of the intersection or location where the traffic due to the incident ends.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns the textual representation of this AzureTrafficIncidentResult.

See Also

AzureTrafficIncidentResult Class

DevExpress.XtraMap Namespace