interface PanoMeasurePluginPointJson {
    id: string;
    position: number[];
}

Properties

Properties

id: string
position: number[]