MapCamera.Pitch 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 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
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.
Property | 2D range | 3D range | Streetside range |
---|---|---|---|
pitch/tilt | 0-75 | 0-90 | 0-180 |