MapRouteDrivingOptions.InitialHeading Property

Definition

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.

Applies to