Layers
- 01 Mar 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Layers
- Updated on 01 Mar 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
In NavVis IVION, the Panorama view and Map view have different layers.
A layer behaves like a view controller. It contains event handler methods that can be overridden. When a user input event is triggered within a view, the corresponding event handler method is called for each layer within the view.
To create custom context menu entries, you have to respond to the onContextMenu
user input event.
Note: A complete list of event handler methods for the
CustomLayer
class is available here.
Was this article helpful?