MapRouteManeuver.StartHeading Property

Definition

Gets a value that indicates the heading at the start of the maneuver in degrees, where 0 or 360 = North, 90 = East, 180 = South, and 270 = West.

public:
 property double StartHeading { double get(); };
double StartHeading();
public double StartHeading { get; }
var double = mapRouteManeuver.startHeading;
Public ReadOnly Property StartHeading As Double

Property Value

Double

double

The heading at the start of the maneuver in degrees, where 0 or 360 = North, 90 = East, 180 = South, and 270 = West.

Applies to