MapCamera.Heading Property

Definition

Gets or sets the directional heading of the camera in degrees, where 0 or 360 = North, 90 = East, 180 = South, and 270 = West.

public:
 property double Heading { double get(); void set(double value); };
double Heading();

void Heading(double value);
public double Heading { get; set; }
var double = mapCamera.heading;
mapCamera.heading = double;
Public Property Heading As Double

Property Value

Double

double

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

Remarks

Heading values greater than 360 degrees are normalized to their equivalent 0-360 degree value.

Applies to