MapRouteLeg.Maneuvers Property
Definition
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 maneuvers associated with the route leg.
public:
property IVectorView<MapRouteManeuver ^> ^ Maneuvers { IVectorView<MapRouteManeuver ^> ^ get(); };
IVectorView<MapRouteManeuver> Maneuvers();
public IReadOnlyList<MapRouteManeuver> Maneuvers { get; }
var iVectorView = mapRouteLeg.maneuvers;
Public ReadOnly Property Maneuvers As IReadOnlyList(Of MapRouteManeuver)
Property Value
The list of maneuvers associated with the route leg. This property returns a collection of MapRouteManeuver objects.