Skip to main content
All docs
V25.1
  • AzureTrafficIncidentOptions.IncidentGeometryType Property

    Specifies the type of vector geometry added to incidents.

    Namespace: DevExpress.Xpf.Map

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

    NuGet Package: DevExpress.Wpf.Map

    Declaration

    public AzureTrafficIncidentGeometryType IncidentGeometryType { get; set; }

    Property Value

    Type Description
    AzureTrafficIncidentGeometryType

    The type of vector geometry added to incidents.

    Available values:

    Name Description
    Original

    Places incidents precisely on the road.

    Shifted

    Moves the incident slightly (depending on zoom level) to indicate specific road lanes.

    See Also