Skip to main content
All docs
V25.1
  • 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.Xpf.Map

    Assembly: DevExpress.Xpf.Map.v25.1.dll

    NuGet Package: DevExpress.Wpf.Map

    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