GuidanceLaneMarkers 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 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 supports a bitwise combination of its member values.
public enum class GuidanceLaneMarkers
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Services.Maps.GuidanceContract, 65536)]
enum class GuidanceLaneMarkers
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Services.Maps.GuidanceContract), 65536)]
public enum GuidanceLaneMarkers
var value = Windows.Services.Maps.Guidance.GuidanceLaneMarkers.none
Public Enum GuidanceLaneMarkers
- Inheritance
-
GuidanceLaneMarkers
- 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 lane markers are present. |
LightRight | 1 | A light right turn marker. |
Right | 2 | A right turn marker. |
HardRight | 4 | A hard right turn marker. |
Straight | 8 | A go straight marker. |
UTurnLeft | 16 | A left U-turn marker. |
HardLeft | 32 | A hard left turn marker. |
Left | 64 | A left turn marker. |
LightLeft | 128 | A light left turn marker. |
UTurnRight | 256 | A right U-turn marker. |
Unknown | 4294967295 | No lane marker information is available. |