GuidanceLaneMarkers
GuidanceLaneMarkers
GuidanceLaneMarkers
GuidanceLaneMarkers
Enum
Definition
Specifies the path of the lane.
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.
This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.
public : enum class GuidanceLaneMarkerspublic enum GuidanceLaneMarkersPublic Enum GuidanceLaneMarkers// You can use this enum in JavaScript.
- Attributes
-
System.FlagsAttribute ContractVersionAttribute
Windows 10 requirements
| Device family |
Windows Desktop Extension SDK (introduced v10.0.10240.0)
Windows Mobile Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.Services.Maps.GuidanceContract (introduced v1)
|
Fields
| HardLeft HardLeft HardLeft HardLeft | A hard left turn marker. |
| HardRight HardRight HardRight HardRight | A hard right turn marker. |
| Left Left Left Left | A left turn marker. |
| LightLeft LightLeft LightLeft LightLeft | A light left turn marker. |
| LightRight LightRight LightRight LightRight | A light right turn marker. |
| None None None None | No lane markers are present. |
| Right Right Right Right | A right turn marker. |
| Straight Straight Straight Straight | A go straight marker. |
| Unknown Unknown Unknown Unknown | No lane marker information is available. |
| UTurnLeft UTurnLeft UTurnLeft UTurnLeft | A left U-turn marker. |
| UTurnRight UTurnRight UTurnRight UTurnRight | A right U-turn marker. |