Class ItineraryItem
ItineraryItem DataContract class.
Inheritance
Namespace: Telerik.Windows.Controls.DataVisualization.Map.BingRest
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class ItineraryItem : Object
Constructors
ItineraryItem()
Declaration
public ItineraryItem()
Properties
ChildItineraryItems
Gets or sets the ChildItineraryItems.
Declaration
public ItineraryItem[] ChildItineraryItems { get; set; }
Property Value
ItineraryItem[]
|
CompassDirection
Gets or sets the CompassDirection.
Declaration
public string CompassDirection { get; set; }
Property Value
System.String
|
Details
Exit
Gets or sets the Exit.
Declaration
public string Exit { get; set; }
Property Value
System.String
|
Hints
IconType
Gets or sets the IconType.
Declaration
public string IconType { get; set; }
Property Value
System.String
|
Instruction
Gets or sets the Instruction.
Declaration
public Instruction Instruction { get; set; }
Property Value
Instruction
|
ManeuverPoint
Gets or sets the ManeuverPoint.
Declaration
public Point ManeuverPoint { get; set; }
Property Value
Point
|
SideOfStreet
Gets or sets the SideOfStreet.
Declaration
public string SideOfStreet { get; set; }
Property Value
System.String
|
Signs
Gets or sets the Signs.
Declaration
public string[] Signs { get; set; }
Property Value
System.String[]
|
Time
Gets or sets the Time.
Declaration
public string Time { get; set; }
Property Value
System.String
|
TollZone
Gets or sets the TollZone.
Declaration
public string TollZone { get; set; }
Property Value
System.String
|
TowardsRoadName
Gets or sets the TowardsRoadName.
Declaration
public string TowardsRoadName { get; set; }
Property Value
System.String
|
TransitLine
Gets or sets the TransitLine.
Declaration
public TransitLine TransitLine { get; set; }
Property Value
TransitLine
|
TransitStopId
Gets or sets the TransitStopId.
Declaration
public int TransitStopId { get; set; }
Property Value
System.Int32
|
TransitTerminus
Gets or sets the TransitTerminus.
Declaration
public string TransitTerminus { get; set; }
Property Value
System.String
|
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
|
TravelMode
Gets or sets the TravelMode.
Declaration
public string TravelMode { get; set; }
Property Value
System.String
|
Warning
Gets or sets the Warning.
Declaration
public Warning[] Warning { get; set; }
Property Value
Warning[]
|