Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1000 Bytes

mapcamera_pitch.md

File metadata and controls

28 lines (20 loc) · 1000 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.Maps.MapCamera.Pitch
winrt property

Windows.UI.Xaml.Controls.Maps.MapCamera.Pitch

-description

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).

-property-value

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

-examples

-see-also