Dimensions

open_in_new

@beta This is part of the Property Insights Beta

Dimension estimates for rooms/floors/models part of Matterport Property Insights.

GraphQL Schema definition

  • type Dimensions {
  • # The estimated area of the model/floor/room based on the measured room(s) bounded
  • # region data.
  • # Metric - sq meters
  • # Imperial - sq feet
  • area: Float
  • # The estimated area of the model/floor/room not counting outdoor space or
  • # portions covered by walls.
  • # Metric - sq meters
  • # Imperial - sq feet
  • areaIndoor: Float
  • # The estimated depth of the room. Not available for floors or models.
  • # Metric - meters
  • # Imperial - feet
  • depth: Float
  • # Metadata pertaining to the depth measurement. Not available for floors or
  • # models.
  • depthData: DimensionData
  • # The estimated height of the room. Not available for floors or models.
  • # Depth is the 2D vertical dimension of a room as visible on the Property Report
  • # page.
  • # Metric - meters
  • # Imperial - feet
  • height: Float
  • # The estimated width of the room. Not available for floors or models.
  • # Width is the 2D vertical dimension of a room as visible on the Property Report
  • # page.
  • # Metric - meters
  • # Imperial - feet
  • width: Float
  • # Metadata pertaining to the width measurement. Not available for floors or
  • # models.
  • widthData: DimensionData
  • # The units the dimensions are in.
  • units: Units!
  • # Not available for floors or models. A room's BoundedRegion's distance from the
  • # ground plane.
  • # The ground plane for the model has a Z height location of 0.0.
  • # Metric - meters
  • # Imperial - feet
  • lowerElevation: Float
  • }