ManeuverWarning
ManeuverWarning
ManeuverWarning
ManeuverWarning
Class
Definition
Represents a potential issue along a route leg.
public : sealed class ManeuverWarning : IManeuverWarningpublic sealed class ManeuverWarning : IManeuverWarningPublic NotInheritable Class ManeuverWarning Implements IManeuverWarning// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Creators Update (introduced v10.0.15063.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v4)
|
Properties
Kind Kind Kind Kind
Gets the type of potential issue along a route leg.
public : ManeuverWarningKind Kind { get; }public ManeuverWarningKind Kind { get; }Public ReadOnly Property Kind As ManeuverWarningKind// This API is not available in Javascript.
The type of potential issue along a route leg.
Severity Severity Severity Severity
Gets the severity of a potential issue along a route leg.
public : ManeuverWarningSeverity Severity { get; }public ManeuverWarningSeverity Severity { get; }Public ReadOnly Property Severity As ManeuverWarningSeverity// This API is not available in Javascript.
- Value
- ManeuverWarningSeverity ManeuverWarningSeverity ManeuverWarningSeverity ManeuverWarningSeverity
The severity of a potential issue along a route leg.