FloorplanFlag

open_in_new

GraphQL Schema definition

  • enum FloorplanFlag {
  • # Indicates the floorplan includes only wall locations and is suitable for use
  • # as a schematic floorplan.
  • schematic
  • # Indicates the floorplan includes top-down imagery of the floor.
  • photogramy
  • # Indicates the floorplan includes an alpha mask for objects that may obscure the
  • # top down view.
  • alpha
  • # Indicates the floorplan includes a color mask over each room to help visually
  • # differentiate them.
  • colored_rooms
  • # Indicates the floorplan includes measurement markings.
  • measurements
  • }