MapRouteDrivingOptions.InitialHeading 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 or sets the preferred start direction of the route from the current location in degrees, where 0 or 360 = North, 90 = East, 180 = South, and 270 = West.
public:
property IReference<double> ^ InitialHeading { IReference<double> ^ get(); void set(IReference<double> ^ value); };
IReference<double> InitialHeading();
void InitialHeading(IReference<double> value);
public System.Nullable<double> InitialHeading { get; set; }
var iReference = mapRouteDrivingOptions.initialHeading;
mapRouteDrivingOptions.initialHeading = iReference;
Public Property InitialHeading As Nullable(Of Double)
Property Value
The preferred start direction of the route from the current location in degrees, where 0 or 360 = North, 90 = East, 180 = South, and 270 = West.