Skip to main content

Layers

In NavVis IVION, the panorama 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.