GuidanceRoadSignpost.ExitDirections Property

Definition

Gets the directions written on the sign. For example, city names and distances.

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 IVectorView<Platform::String ^> ^ ExitDirections { IVectorView<Platform::String ^> ^ get(); };
IVectorView<winrt::hstring> ExitDirections();
public IReadOnlyList<string> ExitDirections { get; }
var iVectorView = guidanceRoadSignpost.exitDirections;
Public ReadOnly Property ExitDirections As IReadOnlyList(Of String)

Property Value

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

The directions written on the sign. If no data is available, this value returns an empty list.

Applies to