Internal
Adds an event listener for a specific event.
The type of the event key.
The event to listen to.
The callback function to be invoked when the event is emitted.
An object with a remove
method to unsubscribe the listener.
Animate camera/state to a panoramic feature. If panoramic mode is not active, it will start panoramic mode.
Optional
featureId: string | numberOptional feature ID to animate to. If omitted, it will start panoramic mode at the closest feature to the camera.
The currently active panoramic feature, or null if no feature is currently active.
A list of all panoramic features available for the current asset.
true if panoramic mode is currently active, false otherwise.
true if panoramic mode is available, false otherwise.
AssetPanoramicsSdkFacade provides a facade for interacting with panoramic features in the asset renderer.