Photo Sphere Viewer

    Type Alias Point

    Object defining a point

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

    Properties

    x y

    Properties

    x: number
    y: number
    MMNEPVFCICPMFPCPTTAAATR