Share via


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 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

HardLeft 32

A hard left turn marker.

HardRight 4

A hard right turn marker.

Left 64

A left turn marker.

LightLeft 128

A light left turn marker.

LightRight 1

A light right turn marker.

None 0

No lane markers are present.

Right 2

A right turn marker.

Straight 8

A go straight marker.

Unknown 4294967295

No lane marker information is available.

UTurnLeft 16

A left U-turn marker.

UTurnRight 256

A right U-turn marker.

Applies to