GuidanceManeuverKind Enum
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.
Specifies types of guidance maneuvers.
Note
This API is not available to all Windows apps. Unless your developer account is specially provisioned by Microsoft, calls to this API will fail at runtime. For more information about the Windows.Services.Maps.Guidance namespace, please work with your Microsoft Account Team representative.
public enum class GuidanceManeuverKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Services.Maps.GuidanceContract, 65536)]
enum class GuidanceManeuverKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Services.Maps.GuidanceContract), 65536)]
public enum GuidanceManeuverKind
Public Enum GuidanceManeuverKind
- Inheritance
-
GuidanceManeuverKind
- Attributes
Windows requirements
Device family |
Windows Desktop Extension SDK (introduced in 10.0.10240.0)
Windows Mobile Extension SDK (introduced in 10.0.10240.0) |
API contract |
Windows.Services.Maps.GuidanceContract (introduced in v1.0)
|
Fields
Name | Value | Description |
---|---|---|
None | 0 | No maneuvers are applicable. |
GoStraight | 1 | Go straight. |
UTurnRight | 2 | U-turn to right side. |
UTurnLeft | 3 | U-turn to left side. |
TurnKeepRight | 4 | Keep in the right lane. |
TurnLightRight | 5 | Turn slightly right. |
TurnRight | 6 | Turn right (about 90 degrees). |
TurnHardRight | 7 | Turn heavily right. |
KeepMiddle | 8 | Keep in the middle lane. |
TurnKeepLeft | 9 | Keep in the left lane. |
TurnLightLeft | 10 | Turn slightly left. |
TurnLeft | 11 | Turn left (about 90 degrees). |
TurnHardLeft | 12 | Turn heavily left. |
FreewayEnterRight | 13 | Enter the highway to its left lane. |
FreewayEnterLeft | 14 | Enter the highway to its right lane. |
FreewayLeaveRight | 15 | Leave the highway from the right lane. |
FreewayLeaveLeft | 16 | Leave the highway from the left lane. |
FreewayKeepRight | 17 | Keep right on the highway. |
FreewayKeepLeft | 18 | Keep left on the highway. |
TrafficCircleRight1 | 19 | Take roundabout exit 1 (right-hand traffic). |
TrafficCircleRight2 | 20 | Take roundabout exit 2 (right-hand traffic). |
TrafficCircleRight3 | 21 | Take roundabout exit 3 (right-hand traffic). |
TrafficCircleRight4 | 22 | Take roundabout exit 4 (right-hand traffic). |
TrafficCircleRight5 | 23 | Take roundabout exit 5 (right-hand traffic). |
TrafficCircleRight6 | 24 | Take roundabout exit 6 (right-hand traffic). |
TrafficCircleRight7 | 25 | Take roundabout exit 7 (right-hand traffic). |
TrafficCircleRight8 | 26 | Take roundabout exit 8 (right-hand traffic). |
TrafficCircleRight9 | 27 | Take roundabout exit 9 (right-hand traffic). |
TrafficCircleRight10 | 28 | Take roundabout exit 10 (right-hand traffic). |
TrafficCircleRight11 | 29 | Take roundabout exit 11 (right-hand traffic). |
TrafficCircleRight12 | 30 | Take roundabout exit 12 (right-hand traffic). |
TrafficCircleLeft1 | 31 | Take roundabout exit 1 (left-hand traffic). |
TrafficCircleLeft2 | 32 | Take roundabout exit 2 (left-hand traffic). |
TrafficCircleLeft3 | 33 | Take roundabout exit 3 (left-hand traffic). |
TrafficCircleLeft4 | 34 | Take roundabout exit 4 (left-hand traffic). |
TrafficCircleLeft5 | 35 | Take roundabout exit 5 (left-hand traffic). |
TrafficCircleLeft6 | 36 | Take roundabout exit 6 (left-hand traffic). |
TrafficCircleLeft7 | 37 | Take roundabout exit 7 (left-hand traffic). |
TrafficCircleLeft8 | 38 | Take roundabout exit 8 (left-hand traffic). |
TrafficCircleLeft9 | 39 | Take roundabout exit 9 (left-hand traffic). |
TrafficCircleLeft10 | 40 | Take roundabout exit 10 (left-hand traffic). |
TrafficCircleLeft11 | 41 | Take roundabout exit 11 (left-hand traffic). |
TrafficCircleLeft12 | 42 | Take roundabout exit 12 (left-hand traffic). |
Start | 43 | The starting point. |
End | 44 | The destination has been reached. |
TakeFerry | 45 | Enter ferry. |
PassTransitStation | 46 | Passing a public transit station. |
LeaveTransitStation | 47 | Leaving a public transit station. |