Class StreetViewPov
A point of view object which specifies the camera's orientation at the Street View panorama's position. The point of view is defined as heading, pitch and zoom.
Inheritance
System.Object
StreetViewPov
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:GoogleMaps.Streets
Assembly:GoogleMaps.dll
Syntax
public class StreetViewPov
Properties
Heading
The camera heading in degrees relative to true north. True north is 0°, east is 90°, south is 180°, west is 270°.
Declaration
public int Heading { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The heading. |
Pitch
The camera pitch in degrees, relative to the street view vehicle. Ranges from 90° (directly upwards) to -90° (directly downwards).
Declaration
public int Pitch { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The pitch. |
Zoom
The zoom level. Fully zoomed-out is level 0, zooming in increases the zoom level.
Declaration
public int Zoom { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The zoom. |