Click or drag to resize

IObliqueViewer Methods

The IObliqueViewer type exposes the following members.

Methods
  NameDescription
Public methodGetButtonEnabled
Get the visibility of a button
Public methodGetNavbarExpanded
Returns the navbarExpanded state. This is an asynchronous function.
(Inherited from IViewer.)
Public methodGetNavbarVisible
Returns the visibility state of the navbar. This is an asynchronous function.
(Inherited from IViewer.)
Public methodGetTimeTravelExpanded
Returns whether the timetravel component is visible or hidden. This is an asynchronous function.
(Inherited from IViewer.)
Public methodGetTimeTravelVisible
Returns whether timetravel is enabled for the viewer. This is an asynchronous function.
(Inherited from IViewer.)
Public methodToggleButtonEnabled
Toggle the visibility of a button.
Public methodToggleNavbarExpanded
Modify the state of navbar expanded in the panorama viewer store.
(Inherited from IViewer.)
Public methodToggleNavbarVisible
Toggles the visibility of the navbar in the PanoramaViewer.
(Inherited from IViewer.)
Public methodToggleTimeTravelExpanded
Expands or hides the timetravel components.
(Inherited from IViewer.)
Public methodToggleTimeTravelVisible
Enables or disables timeTravel in the viewer.
(Inherited from IViewer.)
Public methodZoomIn
Zoom in in the Panorama. This will alter the hFov.
(Inherited from IViewer.)
Public methodZoomOut
Zoom out in the Panorama. This will alter the hFov.
(Inherited from IViewer.)
Top
See Also