Skip to main content
All docs
V24.2

AzureTrafficIncidentResult(String, String, GeoPoint, AzureTrafficIconCategory, AzureTrafficDelayMagnitude, GeoPoint, GeoPoint, Int32, String, DateTime, DateTime, String, String, Int32, Int32, String) Constructor

Initializes a new instance of the AzureTrafficIncidentResult class with specified settings.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v24.2.dll

Declaration

public AzureTrafficIncidentResult(
    string id,
    string cause,
    GeoPoint point,
    AzureTrafficIconCategory iconCategory,
    AzureTrafficDelayMagnitude delayMagnitude,
    GeoPoint coordinateBottomLeft,
    GeoPoint coordinateTopRight,
    int clusterSize,
    string description,
    DateTime startDate,
    DateTime endDate,
    string fromLocationName,
    string toLocationName,
    int lengthMeters,
    int delaySeconds,
    string roadNames
)

Parameters

Name Type
id String
cause String
point GeoPoint
iconCategory AzureTrafficIconCategory
delayMagnitude AzureTrafficDelayMagnitude
coordinateBottomLeft GeoPoint
coordinateTopRight GeoPoint
clusterSize Int32
description String
startDate DateTime
endDate DateTime
fromLocationName String
toLocationName String
lengthMeters Int32
delaySeconds Int32
roadNames String
See Also