Skip to main content

GmapStreetViewPanorama

Street View Panorama component

[See](source code) ,[See](official docs)

Props

Prop nameDescriptionTypeValuesDefault
resizeBusundefined-
zoomThe 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
povThe camera orientation, specified as heading and pitch, for the panorama.
@value object
@type StreetViewPov
@see StreetViewPanorama pov
object-undefined
positionThe LatLng position of the Street View panorama.
@value object
@type LatLng|LatLngLiteral
@see StreetViewPanorama position
object-undefined
panoThe panorama ID, which should be set when specifying a custom panorama.
@value string
@see StreetViewPanorama pano
string-undefined
motionTrackingWhether 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-
visibleIf true, the Street View panorama is visible on load.
@value boolean
@see StreetViewPanorama visible
boolean-true
optionsMore options that you can pass to the component
@value boolean
object-undefined

Events

Event namePropertiesDescription
position_changed

Slots

NameDescriptionBindings
defaultA default slot to render the street view panorama