MapRouteManeuver.StreetName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The street name specified in InstructionText, if available.