EnumBingMapsTruckRouteBorderRestrictionType
Enum
Contains truck route border restriction types.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
[Obsolete("This class is obsolete and will be deleted in Q2 2026.")]
public enum BingMapsTruckRouteBorderRestrictionType
Fields
AllowedRegions
Restrict the route only through the specified regions as specified in RestrictionList of BingRestTruckRouteBorderRestrictions.
Declaration
cs-api-definition
AllowedRegions = 2
Field Value
AvoidCrossing
Avoid border or boundary crossing as specified in RestrictionList of BingRestTruckRouteBorderRestrictions.
MinimizeCrossing
Minimize border or boundary crossing as specified in RestrictionList of BingRestTruckRouteBorderRestrictions.
Declaration
cs-api-definition
MinimizeCrossing = 1
Field Value