IPanoramaViewer Interface |
Namespace: StreetSmart.WinForms.Interfaces
The IPanoramaViewer 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.) |
![]() | GetOrientation |
Returns the orientation in degrees (yaw, pitch, hFov) for this CycloramaViewer.
This is an asynchronous function.
|
![]() | GetRecording |
Gets the current active recording of the PanoramaViewer.
This is an asynchronous function.
|
![]() | GetRecordingsVisible |
Returns whether recordings are visible.
This is an asynchronous function.
|
![]() | 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.) |
![]() | GetViewerColor |
Gets the viewer color.
This is an asynchronous function.
|
![]() | LookAtCoordinate |
Sets the orientation of the PanoramaViewer to look at a certain coordinate.
|
![]() | OpenByAddress |
Opens a panorama closest to the given address.
|
![]() | OpenByCoordinate |
Opens an image by coordinates and accompanying coordinate system.
|
![]() | OpenByImageId |
Opens an image by imageId.
|
![]() | RotateDown |
Rotates the panorama vertically by a certain amount, as if the camera is turning to the ground.
|
![]() | RotateLeft |
Rotates the panorama horizontally by a certain amount, as if the camera is turning to the left.
|
![]() | RotateRight |
Rotates the panorama horizontally by a certain amount, as if the camera is turning to the right.
|
![]() | RotateUp |
Rotates the panorama vertically by a certain amount, as if the camera is turning to the sky.
|
![]() | SetOrientation |
Sets the orientation {yaw, pitch, hFov} of the PanoramaViewer to specific values all at once.
|
![]() | 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.) |
![]() | ToggleRecordingsVisible |
Toggles the visibility of the recording features in the PanoramaViewer.
|
![]() | 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.) |
Name | Description | |
---|---|---|
![]() | ImageChange |
Triggers when the loaded panorama is altered.
|
![]() | RecordingClick |
Triggers when a recording is clicked inside the PanoramaViewer.
|
![]() | SurfaceCursorChange |
Triggers when the surface cursor is changed
|
![]() | TileLoadError |
Triggers when one or more tiles could not be loaded.
|
![]() | TimeTravelChange |
Triggers when time travel date is changed
|
![]() | ViewChange |
Triggers when the view (pitch, hFov or yaw) of the panorama is altered.
|
![]() | ViewLoadEnd |
Triggers when everything that is needed for the view to dislay correctly is loaded.
|
![]() | ViewLoadStart |
Triggers when the view is altered and needs to be (partly) reloaded.
|