One stop on the planned tour — a (space, chosen viewpoint) pair the smoother will turn into a CameraTourWaypoint.

interface TourStop {
    spaceNodeId: string;
    viewpointNodeId: string;
}

Properties

spaceNodeId: string
viewpointNodeId: string