Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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.

Applies to

See also


Feedback

Was this page helpful?