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