MapManeuverNotices MapManeuverNotices MapManeuverNotices MapManeuverNotices Enum

Definition

Provides additional information about a maneuver. This enumeration provides values for the ManeuverNotices property of a MapRouteManeuver.

This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.

public : enum class MapManeuverNoticespublic enum MapManeuverNoticesPublic Enum MapManeuverNotices// This API is not available in Javascript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Fields

None None None None

There is no additional information.

Toll Toll Toll Toll

The maneuver includes a toll road.

Unpaved Unpaved Unpaved Unpaved

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.

See Also