GuidanceMapMatchedCoordinate.Road Property

Definition

Gets a value that describes the road at the current location.

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 GuidanceRoadSegment ^ Road { GuidanceRoadSegment ^ get(); };
GuidanceRoadSegment Road();
public GuidanceRoadSegment Road { get; }
var guidanceRoadSegment = guidanceMapMatchedCoordinate.road;
Public ReadOnly Property Road As GuidanceRoadSegment

Property Value

A value that describes the road at the current location.

Applies to