Class Route
Route DataContract class.
Namespace: Telerik.Windows.Controls.DataVisualization.Map.BingRest
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class Route : Resource
Constructors
Route()
Declaration
public Route()
Properties
DistanceUnit
Gets or sets the DistanceUnit.
Declaration
public string DistanceUnit { get; set; }
Property Value
System.String
|
DurationUnit
Gets or sets the DurationUnit.
Declaration
public string DurationUnit { get; set; }
Property Value
System.String
|
Id
Gets or sets the Id.
Declaration
public string Id { get; set; }
Property Value
System.String
|
RouteLegs
Gets or sets the RouteLegs.
Declaration
public RouteLeg[] RouteLegs { get; set; }
Property Value
RouteLeg[]
|
RoutePath
Gets or sets the RoutePath.
Declaration
public RoutePath RoutePath { get; set; }
Property Value
RoutePath
|
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
|