Click or drag to resize

IViewer Interface

The vewer interface

Namespace:  StreetSmart.WinForms.Interfaces
Assembly:  StreetSmart.WinForms (in StreetSmart.WinForms.dll) Version: 18.3.0.0 (18.3.0.0)
Syntax
public interface IViewer

The IViewer type exposes the following members.

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