MapManeuverNotices Enum
Definition
Provides additional information about a maneuver. This enumeration provides values for the ManeuverNotices property of a MapRouteManeuver.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
public enum class MapManeuverNotices
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.WebHostHidden]
enum MapManeuverNotices
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.WebHostHidden]
public enum MapManeuverNotices
Public Enum MapManeuverNotices
- Inheritance
-
MapManeuverNotices
- Attributes
Windows 10 requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Fields
None | 0 | There is no additional information. |
Toll | 1 | The maneuver includes a toll road. |
Unpaved | 2 | The maneuver includes an unpaved road. |
Remarks
Your Universal Windows app must be authenticated before it can use the MapControl and map services in the Windows.Services.Maps namespace. To authenticate your app, you must specify a maps authentication key.
See Request a maps authentication key.