Back to Devexpress

AzureRouteOptions.MaxAlternatives Property

windowsforms-devexpress-dot-xtramap-dot-azurerouteoptions-8934f46b.md

latest1.1 KB
Original Source

AzureRouteOptions.MaxAlternatives Property

Specifies the number of alternative routes to be calculated.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue(0)]
public int MaxAlternatives { get; set; }
vb
<DefaultValue(0)>
Public Property MaxAlternatives As Integer

Property Value

TypeDefaultDescription
Int320

The number of alternative routes to be calculated.

|

Remarks

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

See Also

AzureRouteOptions Class

AzureRouteOptions Members

DevExpress.XtraMap Namespace