MapCamera.Pitch Property

Definition

Gets or sets the pitch of the map's camera in degrees, where 90 is looking out at the horizon (maximum) and 0 is looking straight down (minimum).

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

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

Property Value

Double

double

The pitch of the map's camera in degrees, where 90 is looking out at the horizon (maximum) and 0 is looking straight down (minimum).

Remarks

For more information about pitch, see the remarks section of the MapCamera(Geopoint, Double, Double, Double, Double) overload.

The maximum and minimum values of pitch/tilt depend on the type of map view: 2D, 3D, or Streetside.

Property2D range3D rangeStreetside range
pitch/tilt0-750-900-180

Applies to