Language key. See setLanguage for the list of supported languages.
Get the main view.
Main view.
Get the map view.
Map view.
Menu items organized in a tree structure with an array on the root level.
Supported actions that can be performed on the retrieved items structure:
Menu items
Gets the POI Repository object.
Gets the POI Type Repository object.
Get share URL containing information about current image, longitude and latitude.
Share URL.
Checks whether the instance key includes the module for the frontend API.
Whether frontend API is included in the license
Return whether the view is currently being moved to another location,
e.g., because moveToImage()
had been called earlier.
Movement active.
Moves user to a specified dataset. If image file ID is given, move is done to that image in dataset.
Dataset's ID.
ID of image file. If not given or not found, first image from dataset is used.
Promise that is resolved when the moving transition is completely finished.
Move to specified geographic location by locating the closest image floor location
and moving the view there.
Images without geo-registration (i.e. where location is null
) are ignored.
If no image is found nearby but the location is still contained in a dataset, the view will
be moved to the exact location and the point cloud will be activated.
Geographic location in WGS-84 or local
If false, coordinate is transformed from WGS-84 to local
View orientation as {lon, lat} structure in radians. If undefined
, camera is oriented to view the location.
If is not undefined
then this value will override the viewing direction's latitude value.
Field of view as number. If undefined
, the FOV is left unchanged.
Normal vector of the destination. Used to determine if destination is floor/wall/ceiling.
Flag to force movement to specified location even if an image is found nearby.
If true
, only images of the current floor are considered as destination.
Promise that is resolved when the moving transition is completely finished.
Moves user to an image's location.
Image object.
Orientation as {lon, lat} structure in radians. If undefined
, current view direction is left unchanged.
Radius parameter. Image meshes are scaled to this radius before animation starts.
Field of view as float. If undefined
, the FOV is left unchanged.
Promise that is resolved when the moving transition is completely finished.
Moves user to an image's location, uses numerical ID of the image object.
Image's ID. If not provided or undefined
, defaults to first image.
Orientation as {lon, lat} structure in radians. If undefined
, current view direction is left unchanged.
Field of view as float. If undefined
, the FOV is left unchanged.
Promise that is resolved when the moving transition is completely finished.
The POI object.
By default NavVis IVION auto opens POI details panel, If true then that action is prevented.
View orientation as {lon, lat} structure in radians. If undefined
, the default direction is used.
Field of view as float. If undefined
, the FOV is left unchanged.
Promise that is resolved when the moving transition is completely finished.
Similar to moveToPoi, uses numerical ID of POI.
The POI's ID.
By default NavVis IVION auto opens POI details panel, If true
then that action is prevented.
View orientation as {lon, lat} structure in radians. If undefined
, the default direction is used.
Field of view as float. If undefined
, the FOV is left unchanged.
Promise that is resolved when the moving transition is completely finished.
Moves user to the center of a specified site model entity.
Entity to move to.
Whether to open the details panel or not.
View orientation as {lon, lat} structure in radians. If undefined
, the direction is not changed.
Promise that is resolved when the moving transition is completely finished.
Moves user to the center of a specified site model entity.
ID of the entity to move to.
Whether to open the details panel or not.
View orientation as {lon, lat} structure in radians. If undefined
, the direction is not changed.
Promise that is resolved when the moving transition is completely finished.
Move to configured starting location.
Promise that is resolved when the moving transition is completely finished.
Reinitialize NavVis IVION instance and re-fetch all data from database.
Promise that is resolved when the NavVis IVION instance has reinitialized. The promise will not be rejected.
Moves the camera/user back to the center of the last visited image's sphere.
Set language (example: en
for English).
Language key. Supported language keys are:
cs
: Czechen
: Englishde
: Germanja
: Japanesezh
: Simplified Chinesezh_tw
: Traditional ChineseGenerated using TypeDoc
Get language (example: returns
en
for English).