MapRouteManeuver.Kind Property

Definition

Gets the type of the maneuver.

public:
 property MapRouteManeuverKind Kind { MapRouteManeuverKind get(); };
MapRouteManeuverKind Kind();
public MapRouteManeuverKind Kind { get; }
var mapRouteManeuverKind = mapRouteManeuver.kind;
Public ReadOnly Property Kind As MapRouteManeuverKind

Property Value

The type of the maneuver.

Applies to

See also