Called when the modifier keys have changed.
Main function, called when an event is raised for this interaction
Sets the interaction active. Use boolean (true|false) to toggle default behavior. Pass it a bitmask of EventType to change the active state. Call without arguments to reset the default active, modification key and pointer Key behavior
Optional
active: number | booleanSets the modification key to listen to or the default modification key if none is provided.
Optional
mod: ModificationKeyTypeSets the pointer key for this interaction or the default pointer if none is provided.
Optional
pointer: PointerKeyTypeThe current active bitmask for EventType
A unique identifier for this interaction
The current active ModificationKeyType
The currently active PointerKeyType
Interaction class that handles highlighting of panorama tiles on mouse move.
This interaction listens for mouse move events over a PanoramaMap and highlights panorama features under the cursor. When the mouse moves to a different feature, the previous feature is unhighlighted and the new one is highlighted. When the mouse leaves all features, the last highlighted feature is unhighlighted.
Example
Remarks