ManeuverWarningKind 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 type of potential issue along a route leg.
public enum class ManeuverWarningKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
enum class ManeuverWarningKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public enum ManeuverWarningKind
Public Enum ManeuverWarningKind
- Inheritance
-
ManeuverWarningKind
- Attributes
Windows requirements
Device family |
Windows 10 Creators Update (introduced in 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v4.0)
|
Fields
Name | Value | Description |
---|---|---|
None | 0 | There is no warning at this ___location. |
Accident | 1 | There is a traffic accident. |
AdministrativeDivisionChange | 2 | The route has left one administrative division and entered another. |
Alert | 3 | There is an alert. |
BlockedRoad | 4 | The road is closed or blocked. |
CheckTimetable | 5 | Check a time table. This usually refers to a ferry or auto rail time table. |
Congestion | 6 | The traffic is slow. |
Construction | 7 | There is construction along the route. This value is used for any type of construction and not just construction that has specific start and end dates. |
CountryChange | 8 | The route has left one country and entered another. |
DisabledVehicle | 9 | There is a disabled vehicle. |
GateAccess | 10 | A gate blocks the road and access is required to continue along the route. |
GetOffTransit | 11 | Get off the transit at this ___location. |
GetOnTransit | 12 | Get on the transit at this ___location. |
IllegalUTurn | 13 | A U-turn is illegal at this ___location. |
MassTransit | 14 | There is mass transit incident. |
Miscellaneous | 15 | A miscellaneous warning is available for this ___location. |
NoIncident | 16 | There is no incident at this ___location. |
Other | 17 | There is a warning at this ___location that cannot be classified as any other type of warning. |
OtherNews | 18 | There is additional traffic incident information. |
OtherTrafficIncidents | 19 | There are other traffic incidents at this ___location. |
PlannedEvent | 20 | There are scheduled events in the area. |
PrivateRoad | 21 | The road being travelled on is private. |
RestrictedTurn | 22 | The turn may be restricted. |
RoadClosures | 23 | There are road closures at this ___location. |
RoadHazard | 24 | There is a road hazard. |
ScheduledConstruction | 25 | There is construction along the route that has specific start and end dates. |
SeasonalClosures | 26 | A seasonal closure occurs at this ___location. |
Tollbooth | 27 | A toll is required at this ___location to continue along the route. |
TollRoad | 28 | The road is a toll road. |
TollZoneEnter | 29 | The entrance to a toll zone. |
TollZoneExit | 30 | The exit of a toll zone. |
TrafficFlow | 31 | The warning is about traffic flow. |
TransitLineChange | 32 | There is a transit line change but a change of vehicle is not required. |
UnpavedRoad | 33 | The road is unpaved. |
UnscheduledConstruction | 34 | There is construction along the route that does not have any specific start and end dates. |
Weather | 35 | There is significant weather at this ___location. |