ClassDetail
Class
Detail DataContract class.
Definition
Namespace:Telerik.Windows.Controls.DataVisualization.Map.BingRest
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
[DataContract]
[Obsolete("This class is obsolete and will be deleted in Q2 2026.")]
public class Detail
Inheritance: objectDetail
Constructors
Detail()
Declaration
cs-api-definition
public Detail()
Properties
CompassDegrees
Gets or sets the CompassDegrees.
Declaration
cs-api-definition
[DataMember(Name = "compassDegrees", EmitDefaultValue = false)]
public int CompassDegrees { get; set; }
Property Value
EndPathIndices
Gets or sets the EndPathIndices.
Declaration
cs-api-definition
[DataMember(Name = "endPathIndices", EmitDefaultValue = false)]
public int[] EndPathIndices { get; set; }
Property Value
int[]
LocationCodes
Gets or sets the LocationCodes.
Declaration
cs-api-definition
[DataMember(Name = "locationCodes", EmitDefaultValue = false)]
public string[] LocationCodes { get; set; }
Property Value
string[]
ManeuverType
Gets or sets the ManeuverType.
Declaration
cs-api-definition
[DataMember(Name = "maneuverType", EmitDefaultValue = false)]
public string ManeuverType { get; set; }
Property Value
Mode
Gets or sets the Mode.
Declaration
cs-api-definition
[DataMember(Name = "mode", EmitDefaultValue = false)]
public string Mode { get; set; }
Property Value
Names
Gets or sets the Names.
Declaration
cs-api-definition
[DataMember(Name = "names", EmitDefaultValue = false)]
public string[] Names { get; set; }
Property Value
string[]
RoadType
Gets or sets the RoadType.
Declaration
cs-api-definition
[DataMember(Name = "roadType", EmitDefaultValue = false)]
public string RoadType { get; set; }
Property Value
StartPathIndices
Gets or sets the StartPathIndices.
roadShieldRequestParameters
Gets or sets the roadShieldRequestParameters.
Declaration
cs-api-definition
[DataMember(Name = "roadShieldRequestParameters", EmitDefaultValue = false)]
[SuppressMessage("Microsoft.StyleCop.CSharp.NamingRules", "SA1300:ElementMustBeginWithUpperCaseLetter", Justification = "Auto generated name")]
public RoadShield roadShieldRequestParameters { get; set; }
Property Value