Supplementary custom key-value pairs associated to the POI.
Supplementary custom data associated to the POI.
Location in the dataset's coordinate system
Orientation in the dataset's coordinate system
Large content text of the the POI in the currently set language.
Large content text. It is an associative array of HTML text, whose keys are ISO 15897 locale tags.
Get the POI's icon URL. Default icon is supplied if none defined.
Readonly
idEntity id number
Non-unique numeric importance value. Used to control POI icon visual cluttering in map view.
Location in the local coordinate system (i.e. the site coordinate system).
Orientation in the local coordinate system (i.e. the site coordinate system).
POI type object.
Object describing preferred view on the POI. It is not possible to directly set the POV object on POIs, this must be done using the setPointOfView method.
Short summary text of the POI in the currently set language.
Short summary text. It is an associative array of HTML text, whose keys are ISO 15897 locale tags.
Optional
updatedA timestamp of last activity (creation or update of the POI) in UNIX time. Not set for POIs updated before the introduction of this property.
Creates a copy of the POI entity.
POI entity
Optional
excludeTransients: booleanwhether temporary fields should be excluded from the copy
Optional
excludeId: booleanwhether the ID field should be excluded from the copy, thus saving it won't overwrite the source entity.
Set the pov point of view defined by the provided parameters as the default one that will be used when moving to this POI.
Mandatory parameter. Defines the position where the camera will be moved to when point cloud mode is active, or when panorama mode is active and no imageId is given
Mandatory parameter. Defines the viewing direction that will be used once moved to the position of this POI.
Optional
fov: numberOptional parameter. If provided, this will be the value used for the fov once moved to the POI. If not provided, the current fov will be maintained.
Optional
imageId: numberOptional parameter. If provided, this will define the position where the camera moves when moving to the POI while panorama mode is active.
Generated using TypeDoc
A POI represents any type of informational or functional object in a space.
The interface provides attributes for storing data that are associated to a real-world object. The titles attribute is intended to store a brief summary of the POI, which is displayed in the 2D and 3D scenes as icons. For larger bodies of information, the descriptions attribute can store large HTML-based content. Additional data or metadata can be stored in the customData attribute; this attribute can be used for processing within customized logic.
poiType is a PoiTypeInterface that the POI is categorized under.
The icon and importance attributes are used to control the visual representation and rendering of the POI.