resizeBus | | undefined | - | |
zoom | The zoom of the panorama, specified as a number. A zoom of 0 gives a 180 degrees Field of View.
@value number
@see StreetViewPanorama zoom | number | - | undefined |
pov | The camera orientation, specified as heading and pitch, for the panorama.
@value object
@type StreetViewPov
@see StreetViewPanorama pov | object | - | undefined |
position | The LatLng position of the Street View panorama.
@value object
@type LatLng|LatLngLiteral
@see StreetViewPanorama position | object | - | undefined |
pano | The panorama ID, which should be set when specifying a custom panorama.
@value string
@see StreetViewPanorama pano | string | - | undefined |
motionTracking | Whether motion tracking is on or off. Enabled by default when the motion tracking control is present, so that the POV (point of view) follows the orientation of the device. This is primarily applicable to mobile devices. If motionTracking is set to false while motionTrackingControl is enabled, the motion tracking control appears but tracking is off. The user can tap the motion tracking control to toggle this option.
@value boolean
@see StreetViewPanorama motionTracking | boolean | - | |
visible | If true, the Street View panorama is visible on load.
@value boolean
@see StreetViewPanorama visible | boolean | - | true |
options | More options that you can pass to the component
@value boolean | object | - | undefined |