MapRouteDrivingOptions.MaxAlternateRouteCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The maximum number of alternative routes that are to be provided, if available.