Photo Sphere Viewer
    Preparing search index...

    Type Alias Point

    Object defining a point

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

    Properties

    x y

    Properties

    x: number
    y: number