GuidanceRoute.Path Property

Definition

Gets an ordered series of geographic points along the route.

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 Geopath ^ Path { Geopath ^ get(); };
Geopath Path();
public Geopath Path { get; }
var geopath = guidanceRoute.path;
Public ReadOnly Property Path As Geopath

Property Value

An ordered series of geographic points along the route.

Applies to