Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
MapRoute.Legs Property
Definition
- Namespace:
- Windows.Services.Maps
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 list of legs associated with the route.
public:
property IVectorView<MapRouteLeg ^> ^ Legs { IVectorView<MapRouteLeg ^> ^ get(); };
IVectorView<MapRouteLeg> Legs();
public IReadOnlyList<MapRouteLeg> Legs { get; }
var iVectorView = mapRoute.legs;
Public ReadOnly Property Legs As IReadOnlyList(Of MapRouteLeg)
Property Value
The list of legs associated with the route. This property returns a collection of MapRouteLeg objects.
Applies to
See also
Feedback
Was this page helpful?
