RouteLeg
Class
RouteLeg DataContract class.
Definition
Namespace:Telerik.Windows.Controls.DataVisualization.Map.BingRest
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
[DataContract]
[Obsolete("This class is obsolete and will be deleted in Q2 2026.")]
public class RouteLeg
Inheritance: objectRouteLeg
Constructors
C#
public RouteLeg()
Properties
Gets or sets the ActualEnd.
C#
[DataMember(Name = "actualEnd", EmitDefaultValue = false)]
public Point ActualEnd { get; set; }
Gets or sets the ActualStart.
C#
[DataMember(Name = "actualStart", EmitDefaultValue = false)]
public Point ActualStart { get; set; }
Gets or sets the EndLocation.
C#
[DataMember(Name = "endLocation", EmitDefaultValue = false)]
public Location EndLocation { get; set; }
Gets or sets the ItineraryItems.
C#
[DataMember(Name = "itineraryItems", EmitDefaultValue = false)]
public ItineraryItem[] ItineraryItems { get; set; }
Gets or sets the StartLocation.
C#
[DataMember(Name = "startLocation", EmitDefaultValue = false)]
public Location StartLocation { get; set; }
Gets or sets the TravelDistance.
C#
[DataMember(Name = "travelDistance", EmitDefaultValue = false)]
public double TravelDistance { get; set; }
Gets or sets the TravelDuration.
C#
[DataMember(Name = "travelDuration", EmitDefaultValue = false)]
public double TravelDuration { get; set; }