RouteManeuverInstructionKind Enumeration
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Contains the various types of maneuvers in a route.
Namespace: Microsoft.Phone.Maps.Services
Assembly: Microsoft.Phone.Maps (in Microsoft.Phone.Maps.dll)
Syntax
Public Enumeration RouteManeuverInstructionKind
public enum RouteManeuverInstructionKind
Members
Member name | Description | |
---|---|---|
Undefined | Specifies that the route is not defined. | |
Start | Specifies that the route has started. | |
Stopover | Specifies a stopover in the route. | |
StopoverResume | Specifies that the route has resumed after the stopover. | |
End | Specifies that a route has ended. | |
GoStraight | Specifies that the route goes straight. | |
UTurnLeft | Specifies that there is a U-turn to the left in the route. | |
UTurnRight | Specifies that there is a U-turn to the right in the route. | |
TurnKeepLeft | Specifies that the route keeps left. | |
TurnKeepRight | Specifies that the route keeps right. | |
TurnLightLeft | Specifies that the route turns light left. | |
TurnLightRight | Specifies that the route turns light right. | |
TurnLeft | Specifies that the route turns left. | |
TurnRight | Specifies that the route turns right. | |
TurnHardLeft | Specifies that there is a hard left turn in the route. | |
TurnHardRight | Specifies that there is a hard right turn in the route. | |
FreewayEnterLeft | Specifies that the freeway entrance is on the left in the route. | |
FreewayEnterRight | Specifies that the freeway entrance is on the right in the route. | |
FreewayLeaveLeft | Specifies that the freeway leaves on the left in the route. | |
FreewayLeaveRight | Specifies that the freeway leaves on the right in the route. | |
FreewayContinueLeft | Specifies that freeway continues on the left in the route. | |
FreewayContinueRight | Specifies that the freeway continues on the right in the route. | |
TrafficCircleLeft | Specifies that there is a traffic circle on the left in the route. | |
TrafficCircleRight | Specifies that there is a traffic circle on the right in the route. | |
TakeFerry | Specifies that route has to be taken in a ferry. |
Remarks
Capabilities
If you use this API in your app, you must specify the following capabilities in the app manifest. Otherwise, your app might not work correctly or it might exit unexpectedly.
ID_CAP_MAP |
Windows Phone 8 |
For more info, see App capabilities and hardware requirements for Windows Phone 8.
Version Information
Windows Phone OS
Supported in: 8.1, 8.0