Documentation
    Preparing search index...

    Type Alias PanoramicEvents

    type PanoramicEvents = {
        panoramicActiveFeatureChanged: { feature: PanoramicFeature | null };
        panoramicFeatureListChanged: { features: PanoramicFeature[] };
        panoramicModeActiveChanged: { payload: boolean };
        panoramicModeAvailabilityChanged: { payload: boolean };
    }
    Index

    Properties

    panoramicActiveFeatureChanged: { feature: PanoramicFeature | null }

    Emitted when the currently active panoramic feature changes. If no feature is active, the feature will be null.

    panoramicFeatureListChanged: { features: PanoramicFeature[] }

    Emitted when the list of panoramic features changes.

    panoramicModeActiveChanged: { payload: boolean }

    Emitted when the panoramic mode is activated or deactivated.

    panoramicModeAvailabilityChanged: { payload: boolean }

    Emitted when the availability of panoramic mode changes.