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.

C# | Visual Basic |
public class StreetViewPov
Public Class StreetViewPov

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | StreetViewPov()()()() | Initializes a new instance of the StreetViewPov class |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Heading |
The camera heading in degrees relative to true north.
True north is 0°, east is 90°, south is 180°, west is 270°.
|
![]() | MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Pitch |
The camera pitch in degrees, relative to the street view vehicle.
Ranges from 90° (directly upwards) to -90° (directly downwards).
|
![]() | ToString()()()() | (Inherited from Object.) |
![]() | Zoom |
The zoom level. Fully zoomed-out is level 0, zooming in increases the zoom level.
|

Object | |
![]() | StreetViewPov |