Class
Instruction

Instruction 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 Instruction

Inheritance: objectInstruction

Constructors

Instruction()

Declaration

cs-api-definition
public Instruction()

Properties

ManeuverType

Gets or sets the ManeuverType.

Declaration

cs-api-definition
[DataMember(Name = "maneuverType", EmitDefaultValue = false)]
public string ManeuverType { get; set; }

Property Value

string

Text

Gets or sets the Text.

Declaration

cs-api-definition
[DataMember(Name = "text", EmitDefaultValue = false)]
public string Text { get; set; }

Property Value

string