Contains information identifying a (via)waypoint for a truck routing 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 BingRestTruckWaypoint
Inheritance: objectBingRestTruckWaypoint
Constructors
Initializes a new instance of the BingRestTruckWaypoint class.
Initializes a new instance of the BingRestTruckWaypoint class.
Initializes a new instance of the BingRestTruckWaypoint class.
Initializes a new instance of the BingRestTruckWaypoint class.
Initializes a new instance of the BingRestTruckWaypoint class.
Properties
Gets or sets the address this waypoint represents.
C#
public string Address { get; set; }
Gets or sets whether this point is a via waypoint.
C#
public bool IsViaPoint { get; set; }