MapRouteManeuver.StartHeading Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.