GuidanceManeuver.InstructionText Property

Definition

Gets the instruction text associated with the maneuver.

Note

This API is not available to all Windows apps. Unless your developer account is specially provisioned by Microsoft, calls to this API will fail at runtime. For more information about the Windows.Services.Maps.Guidance namespace, please work with your Microsoft Account Team representative.

public:
 property Platform::String ^ InstructionText { Platform::String ^ get(); };
winrt::hstring InstructionText();
public string InstructionText { get; }
var string = guidanceManeuver.instructionText;
Public ReadOnly Property InstructionText As String

Property Value

String

Platform::String

winrt::hstring

The instruction text associated with the maneuver.

Applies to