Interface PanoSpatialTagPluginTagElement

interface PanoSpatialTagPluginTagElement {
    app: any;
    destroying?: boolean;
    id: PanoSpatialTagPluginId;
    normal: Vector3;
    position: Vector3;
}

Properties

app: any
destroying?: boolean
normal: Vector3
position: Vector3