GuidanceLaneInfo GuidanceLaneInfo GuidanceLaneInfo GuidanceLaneInfo Class

Definition

Represents a lane near the current location and it's relation to the route.

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 : sealed class GuidanceLaneInfo : IGuidanceLaneInfopublic sealed class GuidanceLaneInfo : IGuidanceLaneInfoPublic NotInheritable Class GuidanceLaneInfo Implements IGuidanceLaneInfo// This API is not available in Javascript.
Attributes
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)

Properties

IsOnRoute IsOnRoute IsOnRoute IsOnRoute

Gets a value that indicates if the lane is on the route.

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 : PlatForm::Boolean IsOnRoute { get; }public bool IsOnRoute { get; }Public ReadOnly Property IsOnRoute As bool// This API is not available in Javascript.
Value
PlatForm::Boolean bool bool bool

true if the lane on the route; otherwise, false.

LaneMarkers LaneMarkers LaneMarkers LaneMarkers

Gets a value that describes 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.

public : GuidanceLaneMarkers LaneMarkers { get; }public GuidanceLaneMarkers LaneMarkers { get; }Public ReadOnly Property LaneMarkers As GuidanceLaneMarkers// This API is not available in Javascript.
Value
GuidanceLaneMarkers GuidanceLaneMarkers GuidanceLaneMarkers GuidanceLaneMarkers

A value, of type GuidanceLaneMarkers, that describes the path of the lane.