The enabled/disabled state of the address control.
The display options for the address control.
The enabled/disabled state of click-to-go.
Size in pixels of the controls appearing on the panorama. This value must be supplied directly when creating the Panorama, updating this value later may bring the controls into an undefined state. Only governs the controls made by the Maps API itself. Does not scale developer created custom controls.
Enables/disables all default UI. May be overridden individually.
Enables/disables zoom on double click. Disabled by default.
If true
, the close button is displayed. Disabled by default.
The enabled/disabled state of the fullscreen control.
The display options for the fullscreen control.
The enabled/disabled state of the imagery acquisition date control. Disabled by default.
The enabled/disabled state of the links control.
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.
The enabled/disabled state of the motion tracking control. Enabled by default when the device has motion data, so that the control appears on the map. This is primarily applicable to mobile devices.
The display options for the motion tracking control.
The enabled/disabled state of the pan control.
The display options for the pan control.
The panorama ID, which should be set when specifying a custom panorama.
The LatLng
position of the Street View panorama.
The camera orientation, specified as heading and pitch, for the panorama.
If false
, disables scrollwheel zooming in Street View. The
scrollwheel is enabled by default.
The display of street names on the panorama. If this value is not
specified, or is set to true
, street names are displayed on
the panorama. If set to false
, street names are not
displayed.
If true
, the Street View panorama is visible on load.
The zoom of the panorama, specified as a number. A zoom of 0 gives a 180 degrees Field of View.
The enabled/disabled state of the zoom control.
The display options for the zoom control.
Generated using TypeDoc
Options defining the properties of a
StreetViewPanorama
object.