Class RouteLeg
RouteLeg DataContract class.
Inheritance
System.Object
RouteLeg
Namespace: Telerik.Windows.Controls.DataVisualization.Map.BingRest
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class RouteLeg : Object
Constructors
RouteLeg()
Declaration
public RouteLeg()
Properties
ActualEnd
ActualStart
Gets or sets the ActualStart.
Declaration
public Point ActualStart { get; set; }
Property Value
Point
|
EndLocation
Gets or sets the EndLocation.
Declaration
public Location EndLocation { get; set; }
Property Value
Location
|
ItineraryItems
Gets or sets the ItineraryItems.
Declaration
public ItineraryItem[] ItineraryItems { get; set; }
Property Value
ItineraryItem[]
|
StartLocation
Gets or sets the StartLocation.
Declaration
public Location StartLocation { get; set; }
Property Value
Location
|
TravelDistance
Gets or sets the TravelDistance.
Declaration
public double TravelDistance { get; set; }
Property Value
System.Double
|
TravelDuration
Gets or sets the TravelDuration.
Declaration
public double TravelDuration { get; set; }
Property Value
System.Double
|