Skip to main content
All docs
V25.1
  • AzureRouteOptions.MaxAlternatives Property

    Specifies the number of alternative routes to be calculated.

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v25.1.dll

    NuGet Package: DevExpress.Win.Map

    Declaration

    [DefaultValue(0)]
    public int MaxAlternatives { get; set; }

    Property Value

    Type Default Description
    Int32 0

    The number of alternative routes to be calculated.

    Remarks

    Default: 0, minimum: 0 and maximum: 5.

    See Also