DimensionData

open_in_new

@beta This is part of the Property Insights Beta

Metadata used to draw the line displaying a room's dimension in Showcase.

GraphQL Schema definition

  • type DimensionData {
  • # Two x-y points in the Matterport model's space
  • # which establish the start and end of the
  • # dimension line.
  • points: [Point2D!]
  • }