Options
All
  • Public
  • Public/Protected
  • All
Menu

Options defining the properties of a StreetViewPanorama object.

Hierarchy

  • StreetViewPanoramaOptions

Index

Properties

Optional addressControl

addressControl?: null | boolean

The enabled/disabled state of the address control.

Optional addressControlOptions

addressControlOptions?: null | StreetViewAddressControlOptions

The display options for the address control.

Optional clickToGo

clickToGo?: null | boolean

The enabled/disabled state of click-to-go.

Optional controlSize

controlSize?: null | number

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.

Optional disableDefaultUI

disableDefaultUI?: null | boolean

Enables/disables all default UI. May be overridden individually.

Optional disableDoubleClickZoom

disableDoubleClickZoom?: null | boolean

Enables/disables zoom on double click. Disabled by default.

Optional enableCloseButton

enableCloseButton?: null | boolean

If true, the close button is displayed. Disabled by default.

Optional fullscreenControl

fullscreenControl?: null | boolean

The enabled/disabled state of the fullscreen control.

Optional fullscreenControlOptions

fullscreenControlOptions?: null | FullscreenControlOptions

The display options for the fullscreen control.

Optional imageDateControl

imageDateControl?: null | boolean

The enabled/disabled state of the imagery acquisition date control. Disabled by default.

Optional linksControl

linksControl?: null | boolean

The enabled/disabled state of the links control.

Optional motionTracking

motionTracking?: null | boolean

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.

Optional motionTrackingControl

motionTrackingControl?: null | boolean

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.

Optional motionTrackingControlOptions

motionTrackingControlOptions?: null | MotionTrackingControlOptions

The display options for the motion tracking control.

Optional panControl

panControl?: null | boolean

The enabled/disabled state of the pan control.

Optional panControlOptions

panControlOptions?: null | PanControlOptions

The display options for the pan control.

Optional pano

pano?: null | string

The panorama ID, which should be set when specifying a custom panorama.

Optional position

position?: null | LatLng | LatLngLiteral

The LatLng position of the Street View panorama.

Optional pov

pov?: null | StreetViewPov

The camera orientation, specified as heading and pitch, for the panorama.

Optional scrollwheel

scrollwheel?: null | boolean

If false, disables scrollwheel zooming in Street View. The scrollwheel is enabled by default.

Optional showRoadLabels

showRoadLabels?: null | boolean

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.

Optional visible

visible?: null | boolean

If true, the Street View panorama is visible on load.

Optional zoom

zoom?: null | number

The zoom of the panorama, specified as a number. A zoom of 0 gives a 180 degrees Field of View.

Optional zoomControl

zoomControl?: null | boolean

The enabled/disabled state of the zoom control.

Optional zoomControlOptions

zoomControlOptions?: null | ZoomControlOptions

The display options for the zoom control.

Generated using TypeDoc