Back to Devexpress

AzureRouteOptions.MaxAlternatives Property

wpf-devexpress-dot-xpf-dot-map-dot-azurerouteoptions-bd284587.md

latest1.2 KB
Original Source

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.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public int MaxAlternatives { get; set; }
vb
Public Property MaxAlternatives As Integer

Property Value

TypeDescription
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

AzureRouteOptions Class

AzureRouteOptions Members

DevExpress.Xpf.Map Namespace