public class StreetViewPanoramaOptions extends Options
| Modifier and Type | Field and Description |
|---|---|
Boolean |
addressControl
The enabled/disabled state of the address control.
|
StreetViewAddressControlOptions |
addressControlOptions
The display options for the address control.
|
Boolean |
clickToGo
The enabled/disabled state of click-to-go.
|
Boolean |
disableDefaultUI
Enables/disables all default UI.
|
Boolean |
disableDoubleClickZoom
Enables/disables zoom on double click.
|
Boolean |
enableCloseButton
If true, the close button is displayed.
|
Boolean |
fullscreenControl
The enabled/disabled state of the fullscreen control.
|
FullscreenControlOptions |
fullscreenControlOptions
The display options for the fullscreen control.
|
Boolean |
imageDateControl
The enabled/disabled state of the imagery acquisition date control.
|
Boolean |
linksControl
The enabled/disabled state of the links control.
|
Boolean |
motionTracking
Whether motion tracking is on or off.
|
Boolean |
motionTrackingControl
The enabled/disabled state of the motion tracking control.
|
MotionTrackingControlOptions |
motionTrackingControlOptions
The display options for the motion tracking control.
|
Boolean |
panControl
The enabled/disabled state of the pan control.
|
PanControlOptions |
panControlOptions
The display options for the pan control.
|
String |
pano
The panorama ID, which should be set when specifying a custom panorama.
|
LatLng |
position
The LatLng position of the Street View panorama.
|
StreetViewPov |
pov
The camera orientation, specified as heading and pitch, for the panorama.
|
Boolean |
scrollwheel
If false, disables scrollwheel zooming in Street View.
|
Boolean |
showRoadLabels
The display of street names on the panorama.
|
Boolean |
visible
If true, the Street View panorama is visible on load.
|
Double |
zoom
The zoom of the panorama, specified as a number.
|
Boolean |
zoomControl
The enabled/disabled state of the zoom control.
|
ZoomControlOptions |
zoomControlOptions
The display options for the zoom control.
|
| Constructor and Description |
|---|
StreetViewPanoramaOptions() |
@Option public Boolean addressControl
@Option public final StreetViewAddressControlOptions addressControlOptions
@Option public Boolean disableDefaultUI
@Option public Boolean disableDoubleClickZoom
@Option public Boolean enableCloseButton
@Option public Boolean fullscreenControl
@Option public final FullscreenControlOptions fullscreenControlOptions
@Option public Boolean imageDateControl
@Option public Boolean motionTracking
@Option public Boolean motionTrackingControl
@Option public final MotionTrackingControlOptions motionTrackingControlOptions
@Option public final PanControlOptions panControlOptions
@Option public String pano
@Option public final StreetViewPov pov
@Option public Boolean scrollwheel
@Option public Boolean showRoadLabels
@Option public Double zoom
@Option public final ZoomControlOptions zoomControlOptions
Copyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.