MapRouteManeuver.EndHeading 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 end of the maneuver in degrees, where 0 or 360 = North, 90 = East, 180 = South, and 270 = West.
public:
property double EndHeading { double get(); };
double EndHeading();
public double EndHeading { get; }
var double = mapRouteManeuver.endHeading;
Public ReadOnly Property EndHeading As Double
Property Value
Double
double
The heading at the end of the maneuver in degrees, where 0 or 360 = North, 90 = East, 180 = South, and 270 = West.