Photo Sphere Viewer
    Preparing search index...

    Type Alias EquirectangularMultiTilesPanorama

    Configuration of a tiled panorama with multiple tiles configurations

    type EquirectangularMultiTilesPanorama = {
        basePanoData?: PanoData | PanoDataProvider;
        baseUrl?: string;
        levels: EquirectangularTileLevel[];
        tileUrl: (col: number, row: number, level: number) => string | null;
    }
    Index

    Properties

    basePanoData?: PanoData | PanoDataProvider

    panoData configuration associated to low resolution panorama loaded before tiles

    baseUrl?: string

    low resolution panorama loaded before tiles

    Configuration of tiles by zoom level

    tileUrl: (col: number, row: number, level: number) => string | null

    function to build a tile url