Events
viewer2d.viewpoint
Invoked when the user moves the Viewpoint.
The Viewpoint is an optional visual indicator that includes an arrow icon. The Viewpoint accepts mouse and touch events so that users can move it within the 2D viewer. The Viewpoint is typically used in conjunction with the 3D viewer to show the location and orientation of the 3D viewer camera within the 2D viewer.
JS
jQuery
Function called when the user moves the Viewpoint.
Type |
---|
(event: Object) => Void |
event
Name | Type | Description |
---|---|---|
viewpoint | Object | The current viewpoint |
viewpoint
Current direction, location and rotation of the Viewpoint.
The location height is the height of the last shown storey in meters.
Example