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

    Specifies the number of alternative routes to be calculated. Default: 0, minimum: 0 and maximum: 5.

    Namespace: DevExpress.Xpf.Map

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

    NuGet Package: DevExpress.Wpf.Map

    Declaration

    public int MaxAlternatives { get; set; }

    Property Value

    Type Description
    Int32

    The number of alternative routes to be calculated.

    Remarks

    For more information on how to use the Azure Maps service, refer to the following help topic: AzureRouteDataProvider.

    See Also