GuidanceManeuver.RoadSignpost Property

Definition

Gets a value that represents a sign on the road 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 GuidanceRoadSignpost ^ RoadSignpost { GuidanceRoadSignpost ^ get(); };
GuidanceRoadSignpost RoadSignpost();
public GuidanceRoadSignpost RoadSignpost { get; }
var guidanceRoadSignpost = guidanceManeuver.roadSignpost;
Public ReadOnly Property RoadSignpost As GuidanceRoadSignpost

Property Value

A value that represents a sign on the road associated with the maneuver. If no data is available, this value returns null.

Applies to