@beta This is part of the Property Insights Beta

Defines a single 2D point on a bounded region's plane. This point exists in the Matterport model's x-y space (the z location of everything on the plane established by the lowerElevation of the Room containing the BoundedRegion).

GraphQL Schema definition

  • type Vertex implements LayeredElement {
  • id: ID!
  • # The layer the Vertex is associated with.
  • layer: ModelLayer
  • # The 2D position in the Matterport model's x-y space.
  • position: Point2D!
  • }