Class Detail
Detail DataContract class.
Inheritance
Namespace: Telerik.Windows.Controls.DataVisualization.Map.BingRest
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class Detail : Object
Constructors
Detail()
Declaration
public Detail()
Properties
CompassDegrees
Gets or sets the CompassDegrees.
Declaration
public int CompassDegrees { get; set; }
Property Value
System.Int32
|
EndPathIndices
Gets or sets the EndPathIndices.
Declaration
public int[] EndPathIndices { get; set; }
Property Value
System.Int32[]
|
LocationCodes
Gets or sets the LocationCodes.
Declaration
public string[] LocationCodes { get; set; }
Property Value
System.String[]
|
ManeuverType
Gets or sets the ManeuverType.
Declaration
public string ManeuverType { get; set; }
Property Value
System.String
|
Mode
Gets or sets the Mode.
Declaration
public string Mode { get; set; }
Property Value
System.String
|
Names
Gets or sets the Names.
Declaration
public string[] Names { get; set; }
Property Value
System.String[]
|
roadShieldRequestParameters
Gets or sets the roadShieldRequestParameters.
Declaration
public RoadShield roadShieldRequestParameters { get; set; }
Property Value
RoadShield
|
RoadType
Gets or sets the RoadType.
Declaration
public string RoadType { get; set; }
Property Value
System.String
|
StartPathIndices
Gets or sets the StartPathIndices.
Declaration
public int[] StartPathIndices { get; set; }
Property Value
System.Int32[]
|