Photo Sphere Viewer
    Preparing search index...

    Type Alias PanoramaOptions

    Object defining options for Viewer.setPanorama

    type PanoramaOptions = {
        caption?: string;
        description?: string;
        panoData?: PanoData | PanoDataProvider;
        position?: ExtendedPosition;
        showLoader?: boolean;
        sphereCorrection?: SphereCorrection;
        transition?: boolean | TransitionOptions;
        zoom?: number;
    }
    Index

    Properties

    caption?: string

    new navbar caption

    description?: string

    new panorama description

    new data used for this panorama

    position?: ExtendedPosition

    new panorama position

    showLoader?: boolean

    show the loader while loading the new panorama

    true
    
    sphereCorrection?: SphereCorrection

    new sphere correction to apply to the panorama

    transition?: boolean | TransitionOptions

    enable transition (rotation + fading) between old and new panorama

    true
    
    zoom?: number

    new zoom level between 0 and 100