Share via


MapRouteLeg.Maneuvers Property

Definition

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.

Applies to

See also