Class BingRestTruckRouteBorderRestrictions
Contains restriction information for a truck route calculation request.
Inheritance
System.Object
BingRestTruckRouteBorderRestrictions
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class BingRestTruckRouteBorderRestrictions : Object
Constructors
BingRestTruckRouteBorderRestrictions()
Declaration
public BingRestTruckRouteBorderRestrictions()
Properties
RestrictionList
Defines the list of regions that should be considered for Border Restriction.
Declaration
public string[] RestrictionList { get; set; }
Property Value
System.String[]
|
RestrictionType
Specify whether border crossing should be avoided, allowed, or minimized.
Declaration
public BingMapsTruckRouteBorderRestrictionType RestrictionType { get; set; }
Property Value
BingMapsTruckRouteBorderRestrictionType
|