MapRouteManeuver.ManeuverNotices Property

Definition

Gets additional information associated with the maneuver.

public:
 property MapManeuverNotices ManeuverNotices { MapManeuverNotices get(); };
MapManeuverNotices ManeuverNotices();
public MapManeuverNotices ManeuverNotices { get; }
var mapManeuverNotices = mapRouteManeuver.maneuverNotices;
Public ReadOnly Property ManeuverNotices As MapManeuverNotices

Property Value

Additional information associated with the maneuver.

Applies to

See also