MapRouteManeuver.StreetName Property

Definition

Gets the street name specified in InstructionText, if available.

public:
 property Platform::String ^ StreetName { Platform::String ^ get(); };
winrt::hstring StreetName();
public string StreetName { get; }
var string = mapRouteManeuver.streetName;
Public ReadOnly Property StreetName As String

Property Value

String

Platform::String

winrt::hstring

The street name specified in InstructionText, if available.

Applies to