Skip to main content
All docs
V24.2

AzureRouteOptions.MaxAlternatives Property

Specifies the number of alternative routes to be calculated.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v24.2.dll

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