MapRouteDrivingOptions.MaxAlternateRouteCount Property

Definition

Gets or sets a value that indicates the maximum number of alternative routes that are to be provided, if available.

public:
 property unsigned int MaxAlternateRouteCount { unsigned int get(); void set(unsigned int value); };
uint32_t MaxAlternateRouteCount();

void MaxAlternateRouteCount(uint32_t value);
public uint MaxAlternateRouteCount { get; set; }
var uInt32 = mapRouteDrivingOptions.maxAlternateRouteCount;
mapRouteDrivingOptions.maxAlternateRouteCount = uInt32;
Public Property MaxAlternateRouteCount As UInteger

Property Value

UInt32

unsigned int

uint32_t

The maximum number of alternative routes that are to be provided, if available.

Applies to