Photo Sphere Viewer
    Preparing search index...

    Type Alias Point

    Object defining a point

    type Point = {
        x: number;
        y: number;
    }
    Index
    x y
    x: number
    y: number