Type Alias TMVF

TMVF: {
    annotation?: { [floorId: string]: undefined | AnnotationCollection };
    area?: { [floorId: string]: undefined | AreaCollection };
    "category.json"?: Category[];
    "connection.json": Connections;
    enterprise?: EnterpriseCollection;
    entrance: { [floorId: string]: undefined | EntranceCollection };
    facade?: { [floorStackId: string]: undefined | Facade };
    "floor.geojson"?: FloorCollection;
    floorImages?: {
        [floorId: string]: undefined | FloorImageFeatureCollection;
    };
    "floorstack.json"?: FloorStacks;
    "location.json"?: Location[];
    "manifest.geojson": ManifestCollection;
    "map.geojson": Maps;
    "mapstack.geojson": FloorStacks;
    "mapstack.json"?: FloorStacks;
    modelInstances?: { [floorId: string]: undefined
    | ModelInstanceCollection };
    "node.geojson": NodeCollection;
    obstruction: { [floorId: string]: undefined | ObstructionCollection };
    shapeInstances?: { [floorId: string]: undefined | ShapeInstanceCollection };
    "shapes.json"?: ShapeCollection;
    space: { [floorId: string]: undefined | SpaceCollection };
    "styles.json"?: TMVFStyleCollection;
    textAreas?: { [floorId: string]: undefined | TextAreaFeatureCollection };
    "tileset.json"?: TilesetCollection;
    window?: { [floorId: string]: undefined | WindowCollection };
}

Type declaration

  • Optionalannotation?: { [floorId: string]: undefined | AnnotationCollection }
  • Optionalarea?: { [floorId: string]: undefined | AreaCollection }
  • Optionalcategory.json?: Category[]
  • connection.json: Connections
  • Optionalenterprise?: EnterpriseCollection
  • entrance: { [floorId: string]: undefined | EntranceCollection }
  • Optionalfacade?: { [floorStackId: string]: undefined | Facade }
  • Optionalfloor.geojson?: FloorCollection
  • OptionalfloorImages?: { [floorId: string]: undefined | FloorImageFeatureCollection }
  • Optionalfloorstack.json?: FloorStacks
  • Optionallocation.json?: Location[]
  • manifest.geojson: ManifestCollection
  • map.geojson: Maps

    Use floor.geojson instead.

  • mapstack.geojson: FloorStacks

    Use floorstack.json instead.

  • Optionalmapstack.json?: FloorStacks

    Use floorstack.json instead.

  • OptionalmodelInstances?: { [floorId: string]: undefined | ModelInstanceCollection }
  • node.geojson: NodeCollection
  • obstruction: { [floorId: string]: undefined | ObstructionCollection }
  • OptionalshapeInstances?: { [floorId: string]: undefined | ShapeInstanceCollection }
  • Optionalshapes.json?: ShapeCollection
  • space: { [floorId: string]: undefined | SpaceCollection }
  • Optionalstyles.json?: TMVFStyleCollection
  • OptionaltextAreas?: { [floorId: string]: undefined | TextAreaFeatureCollection }
  • Optionaltileset.json?: TilesetCollection
  • Optionalwindow?: { [floorId: string]: undefined | WindowCollection }
MMNEPVFCICPMFPCPTTAAATR