IViewer Interface |
Namespace: StreetSmart.WinForms.Interfaces
The IViewer type exposes the following members.
| Name | Description | |
|---|---|---|
| GetNavbarExpanded |
Returns the navbarExpanded state.
This is an asynchronous function.
| |
| GetNavbarVisible |
Returns the visibility state of the navbar.
This is an asynchronous function.
| |
| GetTimeTravelExpanded |
Returns whether the timetravel component is visible or hidden.
This is an asynchronous function.
| |
| GetTimeTravelVisible |
Returns whether timetravel is enabled for the viewer.
This is an asynchronous function.
| |
| ToggleNavbarExpanded |
Modify the state of navbar expanded in the panorama viewer store.
| |
| ToggleNavbarVisible |
Toggles the visibility of the navbar in the PanoramaViewer.
| |
| ToggleTimeTravelExpanded |
Expands or hides the timetravel components.
| |
| ToggleTimeTravelVisible |
Enables or disables timeTravel in the viewer.
| |
| ZoomIn |
Zoom in in the Panorama. This will alter the hFov.
| |
| ZoomOut |
Zoom out in the Panorama. This will alter the hFov.
|