New to Telerik UI for WPFStart a free 30-day trial

Contains restriction information for a truck route calculation request.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
[Obsolete("This class is obsolete and will be deleted in Q2 2026.")]
public class BingRestTruckRouteBorderRestrictions

Inheritance: objectBingRestTruckRouteBorderRestrictions

Constructors

C#
public BingRestTruckRouteBorderRestrictions()

Properties

Defines the list of regions that should be considered for Border Restriction.

C#
public string[] RestrictionList { get; set; }

Specify whether border crossing should be avoided, allowed, or minimized.

C#
public BingMapsTruckRouteBorderRestrictionType RestrictionType { get; set; }