Class BingMapsTruckRouteBorderRestrictionType
Contains truck route border restriction types.
Inheritance
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class BingMapsTruckRouteBorderRestrictionType : Enum
Fields
AllowedRegions
Restrict the route only through the specified regions as specified in RestrictionList of Bing
Declaration
public const BingMapsTruckRouteBorderRestrictionType AllowedRegions
Field Value
AvoidCrossing
Avoid border or boundary crossing as specified in RestrictionList of Bing
Declaration
public const BingMapsTruckRouteBorderRestrictionType AvoidCrossing
Field Value
MinimizeCrossing
Minimize border or boundary crossing as specified in RestrictionList of Bing
Declaration
public const BingMapsTruckRouteBorderRestrictionType MinimizeCrossing
Field Value
value__
Declaration
public int value__
Field Value
System.
|