IMeshViewer Interface

MeshViewer component. Gets created by the StreetSmartAPI.

Definition

Namespace: StreetSmart.Common.Interfaces.API
Assembly: StreetSmart.WinForms (in StreetSmart.WinForms.dll) Version: 24.7.0.0+cc0a01953d1235087ce28d3e921f5bb47d3c0460
C#
public interface IMeshViewer : IViewer
Implements
IViewer

Methods

GetId Returns the viewerId of the viewer
(Inherited from IViewer)
GetMapDesaturated Returns whether map is desatured or not
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)
GetType Returns the type of this viewer.
(Inherited from IViewer)
SetDesaturatedTexture Sets the texture of the meshes either to gray-scale (desaturated=true) or color
SetLOSEyeHeight Update the height of the eye in LOS analysis
SetNavigationState Determines whether user is able to interact with the RIA map or not
SetOverlayVisibility Set the visibility of any layer. Creates one if the layer we want to be visible isn't added to the map yet
SetTime Saves time to state and sets the time in the Ria api
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)

Version Information

Supported in: 18.7

See Also