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

    Specifies the type of vector geometry added to incidents.

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v25.1.dll

    NuGet Package: DevExpress.Win.Map

    Declaration

    [DefaultValue(AzureTrafficIncidentGeometryType.Original)]
    public AzureTrafficIncidentGeometryType IncidentGeometryType { get; set; }

    Property Value

    Type Default Description
    AzureTrafficIncidentGeometryType Original

    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